Skip to content

Commit 50b8393

Browse files
bama-nordiccarlescufi
authored andcommitted
[nrf fromtree] nrf7002dk: dts: Add pull up/down to QSPI GPIO pins
Add appropriate pull up/down to QSPI GPIO pins to ensure no qspi i/o pins on the nrf7002 DK are floating when QSPI is not in use. Signed-off-by: Bansidhar Mangalwedhekar <[email protected]> (cherry picked from commit 6416646)
1 parent 6add6ac commit 50b8393

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

boards/nordic/nrf7002dk/nrf5340_cpuapp_common_pinctrl.dtsi

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@
5555
<NRF_PSEL(QSPI_IO0, 0, 13)>,
5656
<NRF_PSEL(QSPI_IO1, 0, 14)>,
5757
<NRF_PSEL(QSPI_IO2, 0, 15)>,
58-
<NRF_PSEL(QSPI_IO3, 0, 16)>,
59-
<NRF_PSEL(QSPI_CSN, 0, 18)>;
58+
<NRF_PSEL(QSPI_IO3, 0, 16)>;
59+
bias-pull-down;
60+
};
61+
group2 {
62+
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
63+
bias-pull-up;
6064
};
6165
};
6266

@@ -66,10 +70,14 @@
6670
<NRF_PSEL(QSPI_IO0, 0, 13)>,
6771
<NRF_PSEL(QSPI_IO1, 0, 14)>,
6872
<NRF_PSEL(QSPI_IO2, 0, 15)>,
69-
<NRF_PSEL(QSPI_IO3, 0, 16)>,
70-
<NRF_PSEL(QSPI_CSN, 0, 18)>;
71-
low-power-enable;
73+
<NRF_PSEL(QSPI_IO3, 0, 16)>;
74+
bias-pull-down;
75+
};
76+
group2 {
77+
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
78+
bias-pull-up;
7279
};
80+
low-power-enable;
7381
};
7482

7583
uart1_default: uart1_default {

0 commit comments

Comments
 (0)