]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/chromebook-x86/dts/x86-alex.dts
x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly
[people/ms/u-boot.git] / board / chromebook-x86 / dts / x86-alex.dts
CommitLineData
9ad4736e
GB
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6 model = "Google Alex";
7 compatible = "google,alex", "intel,atom-pineview";
8
9 config {
10 silent_console = <0>;
11 };
12
13 aliases {
14 console = "/serial@e0401000";
15 };
16
17 serial@e0401000 {
18 compatible = "ns16550";
19 reg = <0xe0401000 0x40>;
20 id = <1>;
21 reg-shift = <1>;
22 baudrate = <115200>;
23 clock-frequency = <4000000>;
24 multiplier = <1>;
25 status = "ok";
26 };
27
28 chosen { };
29 memory { device_type = "memory"; reg = <0 0>; };
30};