提交 9cf6267d 编写于 作者: J Joachim Eastwood 提交者: 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: NJoachim Eastwood <joachim.eastwood@gmail.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 6d6d6b55
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册