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

Commit 8c938004 authored by Joachim Eastwood's avatar Joachim Eastwood
Browse files

ARM: dts: lpc18xx: add dac node



Add node for the 10-bit DAC found on all lpc18xx SoCs.

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent e162f9c2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -444,6 +444,15 @@
			status = "disabled";
		};

		dac: dac@400e1000 {
			compatible = "nxp,lpc1850-dac";
			reg = <0x400e1000 0x1000>;
			interrupts = <0>;
			clocks = <&ccu1 CLK_APB3_DAC>;
			resets = <&rgu 42>;
			status = "disabled";
		};

		can0: can@400e2000 {
			compatible = "bosch,c_can";
			reg = <0x400e2000 0x1000>;