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

Commit de639854 authored by Alexandre Pereira da Silva's avatar Alexandre Pereira da Silva Committed by Roland Stigge
Browse files

ARM: LPC32xx: Add PWM to base dts file

parent 7bb71a6c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -278,6 +278,11 @@
				status = "disabled";
			};

			pwm: pwm@4005C000 {
				compatible = "nxp,lpc3220-pwm";
				reg = <0x4005C000 0x8>;
				status = "disabled";
			};
		};
	};
};