diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-10-10 05:20:49 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-22 07:49:09 -0400 |
commit | ad38a34dc671fc3790d2a394e4cf146eb3afbd13 (patch) | |
tree | 1eb39872849062daa25eac49c6feb04d64f922fe /arch/arm/boot/dts/arm-realview-pb1176.dts | |
parent | 75fd1324f91a87655993b52493f2e868b081414b (diff) |
ARM: realview: add charlcd to PB1176 device tree
Extend the PB1176 device tree with the character LCD device.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/arm-realview-pb1176.dts')
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb1176.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts index 4721244a16d6..4ca486796f71 100644 --- a/arch/arm/boot/dts/arm-realview-pb1176.dts +++ b/arch/arm/boot/dts/arm-realview-pb1176.dts | |||
@@ -253,6 +253,15 @@ | |||
253 | compatible = "simple-bus"; | 253 | compatible = "simple-bus"; |
254 | ranges; | 254 | ranges; |
255 | 255 | ||
256 | fpga_charlcd: charlcd@10008000 { | ||
257 | compatible = "arm,versatile-lcd"; | ||
258 | reg = <0x10008000 0x1000>; | ||
259 | interrupt-parent = <&intc_fpga1176>; | ||
260 | interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>; | ||
261 | clocks = <&pclk>; | ||
262 | clock-names = "apb_pclk"; | ||
263 | }; | ||
264 | |||
256 | /* This GIC on the board is cascaded off the DevChip GIC */ | 265 | /* This GIC on the board is cascaded off the DevChip GIC */ |
257 | intc_fpga1176: interrupt-controller@10040000 { | 266 | intc_fpga1176: interrupt-controller@10040000 { |
258 | compatible = "arm,arm1176jzf-devchip-gic", "arm,arm11mp-gic"; | 267 | compatible = "arm,arm1176jzf-devchip-gic", "arm,arm11mp-gic"; |