diu.txt 470 B

123456789101112131415161718
  1. * Freescale Display Interface Unit
  2. The Freescale DIU is a LCD controller, with proper hardware, it can also
  3. drive DVI monitors.
  4. Required properties:
  5. - compatible : should be "fsl-diu".
  6. - reg : should contain at least address and length of the DIU register
  7. set.
  8. - Interrupts : one DIU interrupt should be describe here.
  9. Example (MPC8610HPCD):
  10. display@2c000 {
  11. compatible = "fsl,diu";
  12. reg = <0x2c000 100>;
  13. interrupts = <72 2>;
  14. interrupt-parent = <&mpic>;
  15. };