// Atmel touchscreen for the 7inch capacitive display orderable at Toradex. Use this devicetree on the Aster board. /dts-v1/; /plugin/; #include #include #include / { compatible = "toradex,colibri_imx6dl"; }; &i2c3 { #address-cells = <1>; #size-cells = <0>; atmel_mxt_ts: atmel_mxt_ts@4a { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_atmel_mxt_ts>; compatible = "atmel,maxtouch"; reg = <0x4a>; interrupt-parent = <&gpio2>; interrupts = <24 IRQ_TYPE_EDGE_FALLING>; reset-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; status = "okay"; }; }; &iomuxc { pinctrl_atmel_mxt_ts: atmelmxttsgrp { fsl,pins = < MX6QDL_PAD_SD2_DAT1__GPIO1_IO14 0x1b0b1 MX6QDL_PAD_EIM_CS1__GPIO2_IO24 0x1b0b1 >; }; }; &weim { status = "disabled"; };