Skip to content

Commit e9c6990

Browse files
e-rkfabiobaltieri
authored andcommitted
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]>
1 parent 4d30ccb commit e9c6990

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
@@ -50,4 +50,13 @@
5050
<NRF_PSEL(UART_CTS, 2, 5)>;
5151
};
5252
};
53+
54+
/omit-if-no-ref/ exmif_default: exmif_default {
55+
group1 {
56+
psels = <NRF_PSEL(EXMIF_CK, 6, 0)>,
57+
<NRF_PSEL(EXMIF_DQ0, 6, 7)>,
58+
<NRF_PSEL(EXMIF_DQ1, 6, 5)>;
59+
nordic,drive-mode = <NRF_DRIVE_H0H1>;
60+
};
61+
};
5362
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,32 @@ ipc0: &cpuapp_cpurad_ipc {
195195
pinctrl-names = "default", "sleep";
196196
hw-flow-control;
197197
};
198+
199+
&gpio6 {
200+
status = "okay";
201+
};
202+
203+
&exmif {
204+
cs-gpios = <&gpio6 3 GPIO_ACTIVE_LOW>;
205+
pinctrl-0 = <&exmif_default>;
206+
pinctrl-names = "default";
207+
status = "okay";
208+
mx25uw63: mx25uw6345g@0 {
209+
compatible = "jedec,spi-nor";
210+
status = "disabled";
211+
reg = <0>;
212+
spi-max-frequency = <DT_FREQ_M(48)>;
213+
jedec-id = [c2 84 37];
214+
sfdp-bfp = [
215+
e5 20 8a ff ff ff ff 03 00 ff 00 ff 00 ff 00 ff
216+
ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 10 d8
217+
00 ff 00 ff 87 79 01 00 84 12 00 c4 cc 04 67 46
218+
30 b0 30 b0 f4 bd d5 5c 00 00 00 ff 10 10 00 20
219+
00 00 00 00 00 00 7c 23 48 00 00 00 00 00 88 88
220+
];
221+
size = <67108864>;
222+
has-dpd;
223+
t-enter-dpd = <10000>;
224+
t-exit-dpd = <30000>;
225+
};
226+
};

0 commit comments

Comments
 (0)