mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
x86: Add FDT SPI node for link
Add a memory-mapped 8GB SPI chip. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
192868b061
commit
7ea01d1808
@ -21,4 +21,15 @@
|
|||||||
|
|
||||||
chosen { };
|
chosen { };
|
||||||
memory { device_type = "memory"; reg = <0 0>; };
|
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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user