lpc32xx-tsc.txt 376 B

1234567891011121314151617
  1. * NXP LPC32xx SoC Touchscreen Controller (TSC)
  2. Required properties:
  3. - compatible: must be "nxp,lpc3220-tsc"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: The TSC/ADC interrupt
  7. Example:
  8. tsc@40048000 {
  9. compatible = "nxp,lpc3220-tsc";
  10. reg = <0x40048000 0x1000>;
  11. interrupt-parent = <&mic>;
  12. interrupts = <39 0>;
  13. };