// Atmel touchscreen for the 7inch and 10inch display orderable at Toradex. Use this devicetree on the Evaluation or Iris board. /dts-v1/; /plugin/; #include #include / { 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"; };