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 8692526 commit 2f8b598Copy full SHA for 2f8b598
arch/riscv/boot/dts/sophgo/sg2042-evb-v2.dts
@@ -226,6 +226,18 @@
226
status = "okay";
227
};
228
229
+&spifmc1 {
230
+ status = "okay";
231
+
232
+ flash@0 {
233
+ compatible = "jedec,spi-nor";
234
+ reg = <0>;
235
+ spi-max-frequency = <100000000>;
236
+ spi-tx-bus-width = <4>;
237
+ spi-rx-bus-width = <4>;
238
+ };
239
+};
240
241
&uart0 {
242
pinctrl-0 = <&uart0_cfg>;
243
pinctrl-names = "default";
0 commit comments