4a13b3bec3
The Zii Ultra design, also known as RDU3, is the i.MX8M based successor to the the i.MX6 based RDU2. This adds the basic board support for all components which are supported by the upstream kernel at this time. The board comes in 2 different versions, called RMB3 and Zest, which are derived from the same design, but have different layouts and a few small differences in the populated components. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
25 lines
481 B
Plaintext
25 lines
481 B
Plaintext
// 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>;
|
|
};
|
|
};
|