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:
Brian Norris 2016-05-05 18:02:44 -07:00 committed by Heiko Stuebner
parent 1a695a905c
commit 9a205e33d0

View File

@ -383,6 +383,12 @@
status = "okay";
rx-sample-delay-ns = <12>;
flash@0 {
compatible = "jedec,spi-nor";
spi-max-frequency = <50000000>;
reg = <0>;
};
};
&tsadc {