Skip to content

Commit 69aa286

Browse files
e-rkcarlescufi
authored andcommitted
[nrf fromtree] boards: nordic: add mx25uw6345g flash node to nRF54H20dk
The nRF54H20dk has mx25uw6345g flash device on board. Added DTS description and pinctrl configuration. The flash device node is disabled by default. The flash device needs to be powered-on using the nRF Connect for Desktop Board Configurator application. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit e9c6990) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 3be1bc0 commit 69aa286

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-pinctrl.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,13 @@
6363
low-power-enable;
6464
};
6565
};
66+
67+
/omit-if-no-ref/ exmif_default: exmif_default {
68+
group1 {
69+
psels = <NRF_PSEL(EXMIF_CK, 6, 0)>,
70+
<NRF_PSEL(EXMIF_DQ0, 6, 7)>,
71+
<NRF_PSEL(EXMIF_DQ1, 6, 5)>;
72+
nordic,drive-mode = <NRF_DRIVE_H0H1>;
73+
};
74+
};
6675
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,32 @@ ipc0: &cpuapp_cpurad_ipc {
209209
pinctrl-1 = <&pwm120_sleep>;
210210
pinctrl-names = "default", "sleep";
211211
};
212+
213+
&gpio6 {
214+
status = "okay";
215+
};
216+
217+
&exmif {
218+
cs-gpios = <&gpio6 3 GPIO_ACTIVE_LOW>;
219+
pinctrl-0 = <&exmif_default>;
220+
pinctrl-names = "default";
221+
status = "okay";
222+
mx25uw63: mx25uw6345g@0 {
223+
compatible = "jedec,spi-nor";
224+
status = "disabled";
225+
reg = <0>;
226+
spi-max-frequency = <DT_FREQ_M(48)>;
227+
jedec-id = [c2 84 37];
228+
sfdp-bfp = [
229+
e5 20 8a ff ff ff ff 03 00 ff 00 ff 00 ff 00 ff
230+
ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 10 d8
231+
00 ff 00 ff 87 79 01 00 84 12 00 c4 cc 04 67 46
232+
30 b0 30 b0 f4 bd d5 5c 00 00 00 ff 10 10 00 20
233+
00 00 00 00 00 00 7c 23 48 00 00 00 00 00 88 88
234+
];
235+
size = <67108864>;
236+
has-dpd;
237+
t-enter-dpd = <10000>;
238+
t-exit-dpd = <30000>;
239+
};
240+
};

0 commit comments

Comments
 (0)