提交 82da3bbf 编写于 作者: B Benjamin Gaignard 提交者: Alexandre TORGUE

ARM: dts: stm32: Enable pwm1 and pwm3 for stm32f469-disco

Define and enable pwm1 and pwm3 for stm32f469 discovery board
Signed-off-by: NBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: NAlexandre TORGUE <alexandre.torgue@st.com>
上级 c0e14fc7
...@@ -82,6 +82,34 @@ ...@@ -82,6 +82,34 @@
status = "okay"; status = "okay";
}; };
&timers1 {
status = "okay";
pwm {
pinctrl-0 = <&pwm1_pins>;
pinctrl-names = "default";
status = "okay";
};
timer@0 {
status = "okay";
};
};
&timers3 {
status = "okay";
pwm {
pinctrl-0 = <&pwm3_pins>;
pinctrl-names = "default";
status = "okay";
};
timer@2 {
status = "okay";
};
};
&usart3 { &usart3 {
pinctrl-0 = <&usart3_pins_a>; pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册