]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/chromebook-x86/dts/link.dts
Merge branch 'master' of git://88.191.163.10/u-boot-arm
[karo-tx-uboot.git] / board / chromebook-x86 / dts / link.dts
index ae8217d02e538a6ebb1d1d79882d8fb6045078f3..c95ee8a108937cf2d3eb2d4e294cff1586817421 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ ARCH_CPU_DTS
+/include/ "coreboot.dtsi"
 
 / {
         #address-cells = <1>;
 
         chosen { };
         memory { device_type = "memory"; reg = <0 0>; };
+
+       spi {
+               #address-cells = <1>;
+               #size-cells = <0>;
+               compatible = "intel,ich9";
+               spi-flash@0 {
+                       reg = <0>;
+                       compatible = "winbond,w25q64", "spi-flash";
+                       memory-map = <0xff800000 0x00800000>;
+               };
+       };
 };