// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /* * Copyright 2020-2021 Toradex */ // Fusion F0710A touchscreen. Compatible with a Capacitive Touch Connector. /dts-v1/; /plugin/; #include / { compatible = "toradex,colibri-imx7d", "toradex,colibri-imx7d-emmc", "toradex,colibri-imx7s"; }; &atmel_mxt_ts { status = "disabled"; }; &fusion_f0710a { pinctrl-0 = <&pinctrl_atmel_connector>; gpios = <&gpio2 15 GPIO_ACTIVE_HIGH /* SODIMM 107, INT */ &gpio2 28 GPIO_ACTIVE_LOW /* SODIMM 106, RST */ >; status = "okay"; }; &i2c4 { status = "okay"; };