ARM: realview: add charlcd to PB1176 device tree
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 10 Oct 2014 09:20:49 +0000 (11:20 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Oct 2014 11:49:09 +0000 (13:49 +0200)
Extend the PB1176 device tree with the character LCD device.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-pb1176.dts

index 4721244..4ca4867 100644 (file)
                compatible = "simple-bus";
                ranges;
 
+               fpga_charlcd: charlcd@10008000 {
+                       compatible = "arm,versatile-lcd";
+                       reg = <0x10008000 0x1000>;
+                       interrupt-parent = <&intc_fpga1176>;
+                       interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&pclk>;
+                       clock-names = "apb_pclk";
+               };
+
                /* This GIC on the board is cascaded off the DevChip GIC */
                intc_fpga1176: interrupt-controller@10040000 {
                        compatible = "arm,arm1176jzf-devchip-gic", "arm,arm11mp-gic";