tilcdc.txt 559 B

123456789101112131415161718192021
  1. Device-Tree bindings for tilcdc DRM driver
  2. Required properties:
  3. - compatible: value should be "ti,am33xx-tilcdc".
  4. - interrupts: the interrupt number
  5. - reg: base address and size of the LCDC device
  6. Recommended properties:
  7. - interrupt-parent: the phandle for the interrupt controller that
  8. services interrupts for this device.
  9. - ti,hwmods: Name of the hwmod associated to the LCDC
  10. Example:
  11. fb: fb@4830e000 {
  12. compatible = "ti,am33xx-tilcdc";
  13. reg = <0x4830e000 0x1000>;
  14. interrupt-parent = <&intc>;
  15. interrupts = <36>;
  16. ti,hwmods = "lcdc";
  17. };