boards: arm: stm32g081b_eval: Add PWM15 peripherals to dts node

Add PWM15 peripherals to dts node for VBUS control

Signed-off-by: Sam Hurst <sbh1187@gmail.com>
This commit is contained in:
Sam Hurst 2022-12-14 11:26:50 -08:00 committed by Carles Cufí
commit 3416028b26

View file

@ -105,6 +105,21 @@
status = "okay";
};
&tim15_ch1_pc1 {
slew-rate = "very-high-speed";
bias-pull-up;
drive-open-drain;
};
&timers15 {
status = "okay";
pwm15: pwm {
status = "okay";
pinctrl-0 = <&tim15_ch1_pc1>;
pinctrl-names = "default";
};
};
&adc1 {
pinctrl-0 = <&adc1_in3_pa3 &adc1_in9_pb1>;
pinctrl-names = "default";