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 012f90c commit f544630Copy full SHA for f544630
arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi
@@ -301,6 +301,22 @@
301
status = "okay";
302
};
303
304
+&sfc {
305
+ pinctrl-names = "default";
306
+ pinctrl-0 = <&fspi_pins>;
307
+ #address-cells = <1>;
308
+ #size-cells = <0>;
309
+ status = "okay";
310
+
311
+ flash@0 {
312
+ compatible = "jedec,spi-nor";
313
+ reg = <0>;
314
+ spi-max-frequency = <50000000>;
315
+ spi-rx-bus-width = <4>;
316
+ spi-tx-bus-width = <1>;
317
+ };
318
+};
319
320
&sdio {
321
bus-width = <4>;
322
cap-sd-highspeed;
0 commit comments