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

Commit 22c65d80 authored by Andrius Štikonas's avatar Andrius Štikonas Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: enable internal SPI flash for RockPro64.



The rockpro64 contains a nor-flash chip connected to spi1.

Signed-off-by: default avatarAndrius Štikonas <andrius@stikonas.eu>
[a number of cleanups]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5882d65c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -642,6 +642,16 @@
	status = "okay";
};

&spi1 {
	status = "okay";

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

&tcphy0 {
	status = "okay";
};