Skip to content

Commit 6416646

Browse files
bama-nordicnashif
authored andcommitted
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 <bansidhar.mangalwedhekar@nordicsemi.no>
1 parent 34622c0 commit 6416646

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
@@ -56,8 +56,12 @@
5656
<NRF_PSEL(QSPI_IO0, 0, 13)>,
5757
<NRF_PSEL(QSPI_IO1, 0, 14)>,
5858
<NRF_PSEL(QSPI_IO2, 0, 15)>,
59-
<NRF_PSEL(QSPI_IO3, 0, 16)>,
60-
<NRF_PSEL(QSPI_CSN, 0, 18)>;
59+
<NRF_PSEL(QSPI_IO3, 0, 16)>;
60+
bias-pull-down;
61+
};
62+
group2 {
63+
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
64+
bias-pull-up;
6165
};
6266
};
6367

@@ -67,10 +71,14 @@
6771
<NRF_PSEL(QSPI_IO0, 0, 13)>,
6872
<NRF_PSEL(QSPI_IO1, 0, 14)>,
6973
<NRF_PSEL(QSPI_IO2, 0, 15)>,
70-
<NRF_PSEL(QSPI_IO3, 0, 16)>,
71-
<NRF_PSEL(QSPI_CSN, 0, 18)>;
72-
low-power-enable;
74+
<NRF_PSEL(QSPI_IO3, 0, 16)>;
75+
bias-pull-down;
76+
};
77+
group2 {
78+
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
79+
bias-pull-up;
7380
};
81+
low-power-enable;
7482
};
7583

7684
uart1_default: uart1_default {

0 commit comments

Comments
 (0)