]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - board/chromebook-x86/dts/alex.dts
Coding Style cleanup: replace leading SPACEs by TABs
[people/ms/u-boot.git] / board / chromebook-x86 / dts / alex.dts
... / ...
CommitLineData
1/dts-v1/;
2
3/include/ "coreboot.dtsi"
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8 model = "Google Alex";
9 compatible = "google,alex", "intel,atom-pineview";
10
11 config {
12 silent_console = <0>;
13 };
14
15 gpio: gpio {};
16
17 serial {
18 reg = <0x3f8 8>;
19 clock-frequency = <115200>;
20 };
21
22 chosen { };
23 memory { device_type = "memory"; reg = <0 0>; };
24};