| // SPDX-License-Identifier: (GPL-2.0 OR MIT) | |
| /* | |
| * Copyright (C) 2019 Zodiac Inflight Innovations | |
| */ | |
| /dts-v1/; | |
| #include "imx8mq-zii-ultra.dtsi" | |
| / { | |
| model = "ZII i.MX8MQ Ultra Zest Board"; | |
| compatible = "zii,imx8mq-ultra-zest", "zii,imx8mq-ultra", "fsl,imx8mq"; | |
| }; | |
| &i2c4 { | |
| touchscreen@4a { | |
| compatible = "atmel,maxtouch"; | |
| pinctrl-names = "default"; | |
| pinctrl-0 = <&pinctrl_ts>; | |
| reg = <0x4a>; | |
| interrupt-parent = <&gpio1>; | |
| interrupts = <12 IRQ_TYPE_LEVEL_LOW>; | |
| }; | |
| }; |