File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 80
80
reg = <0x0 0x80000000 0x0 0x4000000>;
81
81
no-map;
82
82
};
83
+
84
+ mm_ospi1: mm-ospi@60000000 {
85
+ reg = <0x0 0x60000000 0x0 0x10000000>;
86
+ no-map;
87
+ };
83
88
};
84
89
};
85
90
190
195
status = "disabled";
191
196
};
192
197
198
+ &ommanager {
199
+ memory-region = <&mm_ospi1>;
200
+ pinctrl-0 = <&ospi_port1_clk_pins_a
201
+ &ospi_port1_io03_pins_a
202
+ &ospi_port1_cs0_pins_a>;
203
+ pinctrl-1 = <&ospi_port1_clk_sleep_pins_a
204
+ &ospi_port1_io03_sleep_pins_a
205
+ &ospi_port1_cs0_sleep_pins_a>;
206
+ pinctrl-names = "default", "sleep";
207
+ status = "okay";
208
+
209
+ spi@0 {
210
+ #address-cells = <1>;
211
+ #size-cells = <0>;
212
+ memory-region = <&mm_ospi1>;
213
+ status = "okay";
214
+
215
+ flash0: flash@0 {
216
+ compatible = "jedec,spi-nor";
217
+ reg = <0>;
218
+ spi-rx-bus-width = <4>;
219
+ spi-tx-bus-width = <4>;
220
+ spi-max-frequency = <50000000>;
221
+ };
222
+ };
223
+ };
224
+
193
225
&rtc {
194
226
status = "okay";
195
227
};
You can’t perform that action at this time.
0 commit comments