Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd7898a2 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Maxime Ripard
Browse files

ARM: sun7i: dt: add pinmux configuration for the PWM



Add the pinctrl descriptions for both PWM channels of the Allwinner A20.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 1d5726e9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -546,6 +546,20 @@
			#size-cells = <0>;
			#gpio-cells = <3>;

			pwm0_pins_a: pwm0@0 {
				allwinner,pins = "PB2";
				allwinner,function = "pwm";
				allwinner,drive = <0>;
				allwinner,pull = <0>;
			};

			pwm1_pins_a: pwm1@0 {
				allwinner,pins = "PI3";
				allwinner,function = "pwm";
				allwinner,drive = <0>;
				allwinner,pull = <0>;
			};

			uart0_pins_a: uart0@0 {
				allwinner,pins = "PB22", "PB23";
				allwinner,function = "uart0";