提交 ad38a34d 编写于 作者: L Linus Walleij

ARM: realview: add charlcd to PB1176 device tree

Extend the PB1176 device tree with the character LCD device.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 75fd1324
......@@ -253,6 +253,15 @@
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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册