17e7113f7SJagan Teki* MAXI MAX11801 Resistive touch screen controller with i2c interface
27e7113f7SJagan Teki
37e7113f7SJagan TekiRequired properties:
47e7113f7SJagan Teki- compatible: must be "maxim,max11801"
57e7113f7SJagan Teki- reg: i2c slave address
67e7113f7SJagan Teki- interrupt-parent: the phandle for the interrupt controller
77e7113f7SJagan Teki- interrupts: touch controller interrupt
87e7113f7SJagan Teki
97e7113f7SJagan TekiExample:
107e7113f7SJagan Teki
117e7113f7SJagan Teki&i2c1 {
127e7113f7SJagan Teki	max11801: touchscreen@48 {
137e7113f7SJagan Teki		compatible = "maxim,max11801";
147e7113f7SJagan Teki		reg = <0x48>;
157e7113f7SJagan Teki		interrupt-parent = <&gpio3>;
167e7113f7SJagan Teki		interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
177e7113f7SJagan Teki	};
187e7113f7SJagan Teki};
19