Skip to content

Commit

Permalink
boards: seeed: Configure QSPI CS pin as pull-up in sleep
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
2 people authored and nashif committed Sep 6, 2024
1 parent 41f7449 commit 78674cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions boards/seeed/xiao_ble/xiao_ble-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@
<NRF_PSEL(QSPI_IO0, 0, 20)>,
<NRF_PSEL(QSPI_IO1, 0, 24)>,
<NRF_PSEL(QSPI_IO2, 0, 22)>,
<NRF_PSEL(QSPI_IO3, 0, 23)>,
<NRF_PSEL(QSPI_CSN, 0, 25)>;
<NRF_PSEL(QSPI_IO3, 0, 23)>;
low-power-enable;
};
group2 {
psels = <NRF_PSEL(QSPI_CSN, 0, 25)>;
low-power-enable;
bias-pull-up;
};
};
};

0 comments on commit 78674cc

Please sign in to comment.