blob: b25c48bcecf9b00b84aa57fe547967e40bb5dee8 [file] [log] [blame]
Vikas Manocha41b47012015-05-03 14:10:34 -07001/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};