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.
11 - interrupt-parent : the phandle for the interrupt controller that
12 services interrupts for this device.
15 - edid : verbatim EDID data block describing attached display.
16 Data from the detailed timing descriptor will be used to
17 program the display controller.
19 Example (MPC8610HPCD):
21 compatible = "fsl,diu";
24 interrupt-parent = <&mpic>;
29 compatible = "fsl,mpc5121-diu";
31 interrupts = <64 0x8>;
32 interrupt-parent = <&ipic>;