sun4i.txt 515 B

1234567891011121314151617181920
  1. sun4i resistive touchscreen controller
  2. --------------------------------------
  3. Required properties:
  4. - compatible: "allwinner,sun4i-a10-ts"
  5. - reg: mmio address range of the chip
  6. - interrupts: interrupt to which the chip is connected
  7. Optional properties:
  8. - allwinner,ts-attached: boolean indicating that an actual touchscreen is
  9. attached to the controller
  10. Example:
  11. rtp: rtp@01c25000 {
  12. compatible = "allwinner,sun4i-a10-ts";
  13. reg = <0x01c25000 0x100>;
  14. interrupts = <29>;
  15. allwinner,ts-attached;
  16. };