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

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

ARM: sun4i: dt: add PWM support



Add the PWM bindings for the Allwinner A10.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent fd7898a2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -563,6 +563,14 @@
			interrupts = <24>;
		};

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

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;