提交 0da40f3d 编写于 作者: N Nicolas Ferre

ARM: at91: add 2 PWM outputs to SAMA5D3 Xplained

Add PWM high output of channels 0 and 1 to PA20 PA22 pins.
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 5eefd5f4
...@@ -56,6 +56,12 @@ ...@@ -56,6 +56,12 @@
status = "okay"; status = "okay";
}; };
pwm0: pwm@f002c000 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm0_pwmh0_0 &pinctrl_pwm0_pwmh1_0>;
status = "okay";
};
usart0: serial@f001c000 { usart0: serial@f001c000 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册