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

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
......@@ -97,6 +97,16 @@ usb1: ehci@40007100 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment