Atmel maXTouch touchscreen/touchpad Required properties: - compatible: atmel,maxtouch - reg: The I2C address of the device - interrupts: The sink for the touch controller CHG/IRQ output See ../interrupt-controller/interrupts.txt Optional properties for maXTouch device: - linux,gpio-keymap: An array of up to 4 entries indicating the Linux keycode generated by each GPIO. Linux keycodes are defined in . Example: touch@4b { compatible = "atmel,maxtouch"; reg = <0x4b>; interrupt-parent = <&gpio>; interrupts = ; };