1 * Freescale Display Interface Unit
3 The Freescale DIU is a LCD controller, with proper hardware, it can also
7 - compatible : should be "fsl,diu" or "fsl,mpc5121-diu".
8 - reg : should contain at least address and length of the DIU register
10 - interrupts : one DIU interrupt should be described here.
13 - edid : verbatim EDID data block describing attached display.
14 Data from the detailed timing descriptor will be used to
15 program the display controller.
17 Example (MPC8610HPCD):
19 compatible = "fsl,diu";
22 interrupt-parent = <&mpic>;
27 compatible = "fsl,mpc5121-diu";
29 interrupts = <64 0x8>;
30 interrupt-parent = <&ipic>;