Skip to content

Commit 78674cc

Browse files
hellesvik-nordicvidarbe
authored andcommitted
boards: seeed: Configure QSPI CS pin as pull-up in sleep
QSPI sleep now set QSPI CS pin to pull-up, decreasing current consumption. Co-authored-by: Vidar Berg <[email protected]> Signed-off-by: Sigurd Hellesvik <[email protected]>
1 parent 41f7449 commit 78674cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

boards/seeed/xiao_ble/xiao_ble-pinctrl.dtsi

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,13 @@
132132
<NRF_PSEL(QSPI_IO0, 0, 20)>,
133133
<NRF_PSEL(QSPI_IO1, 0, 24)>,
134134
<NRF_PSEL(QSPI_IO2, 0, 22)>,
135-
<NRF_PSEL(QSPI_IO3, 0, 23)>,
136-
<NRF_PSEL(QSPI_CSN, 0, 25)>;
135+
<NRF_PSEL(QSPI_IO3, 0, 23)>;
136+
low-power-enable;
137+
};
138+
group2 {
139+
psels = <NRF_PSEL(QSPI_CSN, 0, 25)>;
137140
low-power-enable;
141+
bias-pull-up;
138142
};
139143
};
140144
};

0 commit comments

Comments
 (0)