Commit 5d71f445 authored by Artem Lapkin's avatar Artem Lapkin Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add spiflash node to rk3399-khadas-edge



The Khadas Edge Boards uses winbond - w25q128 spi flash with 104Mhz

Signed-off-by: default avatarArtem Lapkin <art@khadas.com>
Link: https://lore.kernel.org/r/20200923130823.1612533-2-art@khadas.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent f1ec83f8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -690,6 +690,16 @@
	status = "okay";
};

&spi1 {
	status = "okay";

	spiflash: flash@0 {
		compatible = "winbond,w25q128fw", "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <104000000>;
	};
};

&tcphy0 {
	status = "okay";
};