]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/dts/link.dts
dts: move device tree sources to arch/$(ARCH)/dts/
[people/ms/u-boot.git] / arch / x86 / dts / link.dts
CommitLineData
2712f088
SG
1/dts-v1/;
2
6e8e0311 3/include/ "coreboot.dtsi"
2712f088
SG
4
5/ {
93e14596
WD
6 #address-cells = <1>;
7 #size-cells = <1>;
2712f088
SG
8 model = "Google Link";
9 compatible = "google,link", "intel,celeron-ivybridge";
10
11 config {
12 silent_console = <0>;
13 };
14
93e14596 15 gpio: gpio {};
2712f088
SG
16
17 serial {
18 reg = <0x3f8 8>;
19 clock-frequency = <115200>;
20 };
21
93e14596
WD
22 chosen { };
23 memory { device_type = "memory"; reg = <0 0>; };
7ea01d18
SG
24
25 spi {
26 #address-cells = <1>;
27 #size-cells = <0>;
28 compatible = "intel,ich9";
29 spi-flash@0 {
30 reg = <0>;
31 compatible = "winbond,w25q64", "spi-flash";
32 memory-map = <0xff800000 0x00800000>;
33 };
34 };
2712f088 35};