mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-18 20:32:15 +00:00
21 lines
485 B
Diff
21 lines
485 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
index ffe40eca8..ac0ac5932 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
@@ -719,6 +719,16 @@ &sdhci {
|
|
status = "okay";
|
|
};
|
|
|
|
+&spi1 {
|
|
+ status = "okay";
|
|
+
|
|
+ flash@0 {
|
|
+ compatible = "jedec,spi-nor";
|
|
+ reg = <0>;
|
|
+ spi-max-frequency = <10000000>;
|
|
+ };
|
|
+};
|
|
+
|
|
&tcphy0 {
|
|
status = "okay";
|
|
};
|