Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5c5f5d8b4db4da16f0801d2a38136f85 > files > 881

kernel-doc-2.6.27.29-0.uc1mnb2.i586.rpm

* Freescale Display Interface Unit

The Freescale DIU is a LCD controller, with proper hardware, it can also
drive DVI monitors.

Required properties:
- compatible : should be "fsl-diu".
- reg : should contain at least address and length of the DIU register
  set.
- Interrupts : one DIU interrupt should be describe here.

Example (MPC8610HPCD):
	display@2c000 {
		compatible = "fsl,diu";
		reg = <0x2c000 100>;
		interrupts = <72 2>;
		interrupt-parent = <&mpic>;
	};