]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: at91: add 2 PWM outputs to SAMA5D3 Xplained
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 24 Apr 2014 15:34:14 +0000 (17:34 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 12 May 2014 14:48:53 +0000 (16:48 +0200)
Add PWM high output of channels 0 and 1 to PA20 PA22 pins.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d3_xplained.dts

index ff8a159bb600c8d5aadf6e350df0a4fdaa5a9f6e..0eacd92cd4b9b0ea9f3e42cc14f192731ac37603 100644 (file)
                                status = "okay";
                        };
 
+                       pwm0: pwm@f002c000 {
+                               pinctrl-names = "default";
+                               pinctrl-0 = <&pinctrl_pwm0_pwmh0_0 &pinctrl_pwm0_pwmh1_0>;
+                               status = "okay";
+                       };
+
                        usart0: serial@f001c000 {
                                status = "okay";
                        };