xref: /openbmc/u-boot/arch/arm/dts/stv0991.dts (revision 9038cd53)
1/dts-v1/;
2
3/ {
4	model = "ST STV0991 application board";
5	compatible = "st,stv0991";
6	#address-cells = <1>;
7	#size-cells = <1>;
8
9	chosen {
10		stdout-path = &uart0;
11	};
12
13	memory {
14		device_type="memory";
15		reg = <0x0 0x198000>;
16	};
17
18	uart0: serial@0x80406000 {
19		compatible = "arm,pl011", "arm,primecell";
20		reg = <0x80406000 0x1000>;
21		clock = <2700000>;
22	};
23};
24