summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6-eval_atmel-mxt_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/colibri-imx6-eval_atmel-mxt_overlay.dts')
-rw-r--r--overlays/colibri-imx6-eval_atmel-mxt_overlay.dts35
1 files changed, 0 insertions, 35 deletions
diff --git a/overlays/colibri-imx6-eval_atmel-mxt_overlay.dts b/overlays/colibri-imx6-eval_atmel-mxt_overlay.dts
deleted file mode 100644
index fced72c..0000000
--- a/overlays/colibri-imx6-eval_atmel-mxt_overlay.dts
+++ /dev/null
@@ -1,35 +0,0 @@
-// Atmel touchscreen for the 7inch and 10inch display orderable at Toradex. Use this devicetree on the Evaluation or Iris board.
-
-/dts-v1/;
-/plugin/;
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/interrupt-controller/irq.h>
-
-/ {
- compatible = "toradex,colibri_imx6dl";
-
-};
-
-&i2c3 {
- #address-cells = <1>;
- #size-cells = <0>;
-
- atmel_mxt_ts: atmel_mxt_ts@4a {
- compatible = "atmel,maxtouch";
- reg = <0x4a>;
- interrupt-parent = <&gpio1>;
- interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
- reset-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
- status = "okay";
- };
-};
-
-&pwm1 {
- status = "disabled";
-};
-
-&pwm4_{
- status = "disabled";
-};
-