Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a205e33 authored by Brian Norris's avatar Brian Norris Committed by Heiko Stuebner
Browse files

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: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1a695a90
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -383,6 +383,12 @@
	status = "okay";

	rx-sample-delay-ns = <12>;

	flash@0 {
		compatible = "jedec,spi-nor";
		spi-max-frequency = <50000000>;
		reg = <0>;
	};
};

&tsadc {