We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb1bc8 commit 5fa580aCopy full SHA for 5fa580a
arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts
@@ -851,6 +851,32 @@
851
852
&sfc {
853
status = "okay";
854
+ max-freq = <50000000>;
855
+ #address-cells = <1>;
856
+ #size-cells = <0>;
857
+ pinctrl-names = "default";
858
+ pinctrl-0 = <&fspi_pins>;
859
+
860
+ spi_flash: spi-flash@0 {
861
862
863
+ compatible = "jedec,spi-nor";
864
+ reg = <0x0>;
865
+ spi-max-frequency = <50000000>;
866
+ spi-tx-bus-width = <1>;
867
+ spi-rx-bus-width = <4>;
868
+ status = "okay";
869
870
+ partitions {
871
+ compatible = "fixed-partitions";
872
873
+ #size-cells = <1>;
874
+ loader@0 {
875
+ label = "loader";
876
+ reg = <0x0 0x1000000>;
877
+ };
878
879
880
};
881
882
&tsadc {
0 commit comments