summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts
blob: e235f4d8cb306f0fab0f85142a4d973d6ad22886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Atmel MXT touchscreen for 7inch and 10inch displays orderable at Toradex. Compatible with a Capacitive Touch Adapter.

/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>

/ {
	compatible = "toradex,colibri_imx6dl";
};

&atmel_mxt_ts {
	pinctrl-0 = <&pinctrl_atmel_adap>;
	interrupt-parent = <&gpio1>;
	interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
	reset-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
	status = "okay";
};

&i2c3 {
	status = "okay";
};

&pwm1 {
	status = "disabled";
};

&pwm4 {
	status = "disabled";
};