diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-07-31 01:24:20 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-05 20:30:13 +0300 |
commit | 9cf6267d166a8dc004bbbcdb5b6a371bdd33842b (patch) | |
tree | 096f7ec1ec4030b8a5e0a0c09a15cac757a28ff6 /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 6d6d6b559f322183e5ca94908eac153a85a8b4a3 (diff) | |
download | linux-9cf6267d166a8dc004bbbcdb5b6a371bdd33842b.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index afd9d3b40eb1..619d1732a042 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -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>; |