1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

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: Peter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20240623204616.1344806-1-pbrobinson@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

[ upstream commit: c7f024956d9f35d8b305fe90fe33d7f15055ef25 ]

(cherry picked from commit 60f8d7de9cf9454ce73b7383459007a0fc29a6e9)
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
This commit is contained in:
Peter Robinson
2024-06-23 21:46:14 +01:00
committed by Ondrej Jirman
parent e1cbe2d316
commit fb905971dc

View File

@@ -565,6 +565,16 @@
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>;