Home | History | Annotate | Download | only in dts
      1 /dts-v1/;
      2 
      3 #include "ast2500-u-boot.dtsi"
      4 
      5 / {
      6 	memory {
      7 		device_type = "memory";
      8 		reg = <0x80000000 0x20000000>;
      9 	};
     10 
     11 	chosen {
     12 		stdout-path = &uart5;
     13 	};
     14 };
     15 
     16 &uart5 {
     17 	u-boot,dm-pre-reloc;
     18 	status = "okay";
     19 };
     20 
     21 &sdrammc {
     22 	clock-frequency = <400000000>;
     23 };
     24 
     25 &wdt1 {
     26 	u-boot,dm-pre-reloc;
     27 	status = "okay";
     28 };
     29 
     30 &wdt2 {
     31 	u-boot,dm-pre-reloc;
     32 	status = "okay";
     33 };
     34 
     35 &wdt3 {
     36 	u-boot,dm-pre-reloc;
     37 	status = "okay";
     38 };
     39