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 ab968b1 commit 2718fa0Copy full SHA for 2718fa0
arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts
@@ -138,6 +138,30 @@
138
status = "okay";
139
};
140
141
+&spifmc0 {
142
+ status = "okay";
143
+
144
+ flash@0 {
145
+ compatible = "jedec,spi-nor";
146
+ reg = <0>;
147
+ spi-max-frequency = <100000000>;
148
+ spi-tx-bus-width = <4>;
149
+ spi-rx-bus-width = <4>;
150
+ };
151
+};
152
153
+&spifmc1 {
154
155
156
157
158
159
160
161
162
163
164
165
&uart0 {
166
pinctrl-0 = <&uart0_cfg>;
167
pinctrl-names = "default";
0 commit comments