| * Freescale MXS LCD Interface (LCDIF) |
| - compatible: Should be "fsl,<chip>-lcdif". Supported chips include |
| - reg: Address and length of the register set for lcdif |
| - interrupts: Should contain lcdif interrupts |
| - display : phandle to display node (see below for details) |
| - bits-per-pixel : <16> for RGB565, <32> for RGB888/666. |
| - bus-width : number of data lines. Could be <8>, <16>, <18> or <24>. |
| - display-timings : Refer to binding doc display-timing.txt for details. |
| compatible = "fsl,imx28-lcdif"; |
| native-mode = <&timing0>; |
| clock-frequency = <33500000>; |