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 2718fa0 commit 8692526Copy full SHA for 8692526
arch/riscv/boot/dts/sophgo/sg2042-evb-v1.dts
@@ -238,6 +238,30 @@
238
status = "okay";
239
};
240
241
+&spifmc0 {
242
+ status = "okay";
243
+
244
+ flash@0 {
245
+ compatible = "jedec,spi-nor";
246
+ reg = <0>;
247
+ spi-max-frequency = <100000000>;
248
+ spi-tx-bus-width = <4>;
249
+ spi-rx-bus-width = <4>;
250
+ };
251
+};
252
253
+&spifmc1 {
254
255
256
257
258
259
260
261
262
263
264
265
&uart0 {
266
pinctrl-0 = <&uart0_cfg>;
267
pinctrl-names = "default";
0 commit comments