Skip to content

Commit 8f34d0f

Browse files
StarSphere-1024cfriedt
authored andcommitted
boards: seeed: xiao_nrf54l15: enable ceramic antenna
Enables the on-board ceramic antenna and vbat_pwr by default Signed-off-by: Star Sphere <[email protected]>
1 parent 2d1cfe8 commit 8f34d0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,22 @@
2222
rfsw_ctl: rfsw-ctl {
2323
compatible = "regulator-fixed";
2424
regulator-name = "rfsw-ctl";
25-
enable-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
25+
enable-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
26+
regulator-boot-on;
2627
};
2728

2829
rfsw_pwr: rfsw-pwr {
2930
compatible = "regulator-fixed";
3031
regulator-name = "rfsw-pwr";
3132
enable-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
33+
regulator-boot-on;
3234
};
3335

3436
vbat_pwr: vbat-pwr {
3537
compatible = "regulator-fixed";
3638
regulator-name = "vbat";
3739
enable-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
40+
regulator-boot-on;
3841
};
3942

4043
chosen {

0 commit comments

Comments
 (0)