Skip to content

Commit b05b8ad

Browse files
zyczjfischer-no
authored andcommitted
[nrf fromtree] board: thingy53_nrf5340: Add option to set PMIC to PWM mode
Add dts node for thingy53 board to forcibly set PMIC to PWM mode by setting GPIO pin high. Signed-off-by: Jan Zyczkowski <[email protected]> (cherry picked from commit c7295aa)
1 parent bf8b406 commit b05b8ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@
5959
};
6060
};
6161

62+
npm1100_force_pwm_mode: npm1100_force_pwm_mode {
63+
compatible = "regulator-fixed-sync", "regulator-fixed";
64+
label = "npm1100_force_pwm_mode";
65+
regulator-name = "npm1100_force_pwm_mode";
66+
enable-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
67+
status = "disabled";
68+
regulator-boot-on;
69+
};
70+
6271
vbatt {
6372
compatible = "voltage-divider";
6473
io-channels = <&adc 2>;

0 commit comments

Comments
 (0)