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

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

ARM: sun7i: dt: add PWM support



Add the PWM bindings for 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 4b57a395
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -698,6 +698,14 @@
			interrupts = <0 24 4>;
		};

		pwm: pwm@01c20e00 {
			compatible = "allwinner,sun7i-a20-pwm";
			reg = <0x01c20e00 0xc>;
			clocks = <&osc24M>;
			#pwm-cells = <3>;
			status = "disabled";
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun7i-a20-sid";
			reg = <0x01c23800 0x200>;