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

Commit 9cf6267d authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Olof Johansson
Browse files

ARM: dts: lpc18xx: add pl111 lcd controller node



NXP LPC185x and LPC435x/70 devices contain a ARM PL111 lcd controller.

Signed-off-by: default avatarJoachim Eastwood <joachim.eastwood@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6d6d6b55
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -97,6 +97,16 @@
			status = "disabled";
		};

		lcdc: lcd-controller@40008000 {
			compatible = "arm,pl111", "arm,primecell";
			reg = <0x40008000 0x1000>;
			interrupts = <7>;
			interrupt-names = "combined";
			clocks = <&cgu BASE_LCD_CLK>, <&ccu1 CLK_CPU_LCD>;
			clock-names = "clcdclk", "apb_pclk";
			status = "disabled";
		};

		mac: ethernet@40010000 {
			compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
			reg = <0x40010000 0x2000>;