Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / freescale / imx8mq-zii-ultra-zest.dts
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /*
3  * Copyright (C) 2019 Zodiac Inflight Innovations
4  */
5
6 /dts-v1/;
7
8 #include "imx8mq-zii-ultra.dtsi"
9
10 / {
11         model = "ZII Ultra Zest Board";
12         compatible = "zii,imx8mq-ultra-zest", "zii,imx8mq-ultra", "fsl,imx8mq";
13 };
14
15 &i2c4 {
16         touchscreen@4a {
17                 compatible = "atmel,maxtouch";
18                 pinctrl-names = "default";
19                 pinctrl-0 = <&pinctrl_ts>;
20                 reg = <0x4a>;
21                 interrupt-parent = <&gpio1>;
22                 interrupts = <12 IRQ_TYPE_LEVEL_LOW>;
23         };
24 };