Skip to content

Commit ba9bf6e

Browse files
committed
boards: silabs: siwx91x: Fix PSRAM half-sleep and external LDO properties
This commit fixes the device tree configuration by adding 'external-ldo' and 'half-sleep-supported' properties for the PSRAM device, enabling correct low-power and power source support on siwx917_dk2605a and siwx917_rb4342a boards. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent 6c52a4b commit ba9bf6e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ zephyr_i2c: &ulpi2c {
120120
device-id = [0d 5d 00 00 00 00 00 00];
121121
fast-freq = <DT_FREQ_M(144)>;
122122
normal-freq = <DT_FREQ_M(33)>;
123+
external-ldo;
123124
status = "okay";
124125

125126
psram: psram@a000000 {

boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
device-id = [0d 5d 00 00 00 00 00 00];
126126
fast-freq = <DT_FREQ_M(144)>;
127127
normal-freq = <DT_FREQ_M(33)>;
128+
half-sleep-supported;
129+
external-ldo;
128130
status = "okay";
129131

130132
psram: psram@a000000 {

0 commit comments

Comments
 (0)