5 - compatible : one of these
9 - reg : should contain 1 register range (address and length).
10 - interrupts : framebuffer controller interrupt.
11 - clocks: phandle to input clocks
14 - port: connection to the LCD panel (see video-interfaces.txt)
15 This node must have its properties bus-width and remote-endpoint set.
16 If the panel is not a TFT color panel, then a "lcd-type" property in
17 the panel should specify the panel type.
18 This panel node should be in the board dts.
21 lcd-controller@40500000 {
22 compatible = "marvell,pxa2xx-lcdc";
23 reg = <0x44000000 0x10000>;
25 clocks = <&clks CLK_LCD>;
29 remote-endpoint = <&panel_in>;