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 <jan.zyczkowski@nordicsemi.no>
This commit is contained in:
parent
49d08c25fe
commit
c7295aa6a6
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
npm1100_force_pwm_mode: npm1100_force_pwm_mode {
|
||||
compatible = "regulator-fixed-sync", "regulator-fixed";
|
||||
label = "npm1100_force_pwm_mode";
|
||||
regulator-name = "npm1100_force_pwm_mode";
|
||||
enable-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
||||
status = "disabled";
|
||||
regulator-boot-on;
|
||||
};
|
||||
|
||||
vbatt {
|
||||
compatible = "voltage-divider";
|
||||
io-channels = <&adc 2>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue