Commit 82da3bbf authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by 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: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent c0e14fc7
......@@ -82,6 +82,34 @@ &rtc {
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 {
pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment