Skip to content

Commit 6002ecf

Browse files
asmellbykartben
authored andcommitted
boards: silabs: Configure PA voltage in device tree
Set the correct power amplifier voltage on Series 2 boards. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
1 parent 90e55ba commit 6002ecf

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

boards/silabs/dev_kits/sltb010a/sltb010a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
enable-gpios = <&gpiob 4 GPIO_ACTIVE_HIGH>;
106106
};
107107

108+
&radio {
109+
pa-voltage-mv = <1800>;
110+
};
111+
108112
&bt_hci_silabs {
109113
status = "okay";
110114
};

boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@
253253
status = "okay";
254254
};
255255

256+
&radio {
257+
pa-voltage-mv = <1800>;
258+
};
259+
256260
&bt_hci_silabs {
257261
status = "okay";
258262
};

boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
gpios = <&gpiob 3 GPIO_ACTIVE_LOW>;
128128
};
129129

130+
&radio {
131+
pa-voltage-mv = <1800>;
132+
};
133+
130134
&bt_hci_silabs {
131135
status = "okay";
132136
};

boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@
208208
regulator-initial-mode = <SILABS_DCDC_MODE_BUCK>;
209209
};
210210

211+
&radio {
212+
pa-voltage-mv = <1800>;
213+
};
214+
211215
&bt_hci_silabs {
212216
status = "okay";
213217
};

0 commit comments

Comments
 (0)