Commit c7f02495 authored by Peter Robinson's avatar Peter Robinson Committed by Heiko Stuebner

arm64: dts: rockchip: Enable SPI flash on PinePhone Pro

The PinePhone Pro as SPI flash on board so enable the SPI
interface and the flash.
Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20240623204616.1344806-1-pbrobinson@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 06f6dd4d
......@@ -565,6 +565,16 @@ &sdhci {
status = "okay";
};
&spi1 {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
};
};
&tsadc {
rockchip,hw-tshut-mode = <1>;
rockchip,hw-tshut-polarity = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment