// Atmel MXT touchscreen for the 7inch and 10inch display orderable at Toradex. /dts-v1/; /plugin/; #include #include / { compatible = "toradex,apalis_imx6q"; }; &i2c0 { #address-cells = <1>; #size-cells = <0>; status = "okay"; atmel_mxt_ts: atmel_mxt_ts@4a { compatible = "atmel,maxtouch"; reg = <0x4a>; interrupt-parent = <&gpio6>; interrupts = <10 IRQ_TYPE_EDGE_FALLING>; reset-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; status = "okay"; }; };