We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1cfe8 commit 8f34d0fCopy full SHA for 8f34d0f
boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts
@@ -22,19 +22,22 @@
22
rfsw_ctl: rfsw-ctl {
23
compatible = "regulator-fixed";
24
regulator-name = "rfsw-ctl";
25
- enable-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
+ enable-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
26
+ regulator-boot-on;
27
};
28
29
rfsw_pwr: rfsw-pwr {
30
31
regulator-name = "rfsw-pwr";
32
enable-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
33
34
35
36
vbat_pwr: vbat-pwr {
37
38
regulator-name = "vbat";
39
enable-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
40
41
42
43
chosen {
0 commit comments