forked from Minki/linux
ARM: dts: rockchip: add SPI flash node for rk3288-veyron
This is a standard binding for describing SPI flash that can be identified by reading their JEDEC ID. Let's use it. Tested on Veyron Jaq. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
1a695a905c
commit
9a205e33d0
@ -383,6 +383,12 @@
|
||||
status = "okay";
|
||||
|
||||
rx-sample-delay-ns = <12>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
spi-max-frequency = <50000000>;
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
|
Loading…
Reference in New Issue
Block a user