powerpc/fsl: Refactor device bindings
[linux-2.6/x86.git] / Documentation / powerpc / dts-bindings / fsl / diu.txt
blobdeb35de709886085594e35e142c627d2942366b7
1 * Freescale Display Interface Unit
3 The Freescale DIU is a LCD controller, with proper hardware, it can also
4 drive DVI monitors.
6 Required properties:
7 - compatible : should be "fsl-diu".
8 - reg : should contain at least address and length of the DIU register
9   set.
10 - Interrupts : one DIU interrupt should be describe here.
12 Example (MPC8610HPCD):
13         display@2c000 {
14                 compatible = "fsl,diu";
15                 reg = <0x2c000 100>;
16                 interrupts = <72 2>;
17                 interrupt-parent = <&mpic>;
18         };