ARM: dts: lpc18xx: add pl111 lcd controller node
NXP LPC185x and LPC435x/70 devices contain a ARM PL111 lcd controller. Signed-off-by: Joachim Eastwood <joachim.eastwood@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
6d6d6b559f
commit
9cf6267d16
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user