Home | History | Annotate | Download | only in dts
      1 /dts-v1/;
      2 
      3 /memreserve/ 0x00000000 0x00001000;	/* Exception vectors */
      4 /memreserve/ 0x000f0000 0x00010000;	/* PIIX4 ISA memory */
      5 
      6 / {
      7 	#address-cells = <1>;
      8 	#size-cells = <1>;
      9 	compatible = "mti,malta";
     10 
     11 	chosen {
     12 		stdout-path = &uart0;
     13 	};
     14 
     15 	isa@0 {
     16 		compatible = "isa";
     17 		#address-cells = <2>;
     18 		#size-cells = <1>;
     19 		ranges = <1 0 0 0x1000>;
     20 
     21 		uart0: serial@3f8 {
     22 			compatible = "ns16550a";
     23 
     24 			reg = <1 0x3f8 0x40>;
     25 			reg-shift = <0>;
     26 
     27 			clock-frequency = <1843200>;
     28 
     29 			u-boot,dm-pre-reloc;
     30 		};
     31 	};
     32 };
     33