mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 18:41:56 +07:00
4999236e05
Change ZII Ultra board names to be more in line with other ZII RDU platforms. Signed-off-by: Ruslan Sushko <Ruslan.Sushko@zii.aero> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
25 lines
473 B
Plaintext
25 lines
473 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 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>;
|
|
};
|
|
};
|