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:
parent
d71e59bee9
commit
3416028b26
1 changed files with 15 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue