0001 // SPDX-License-Identifier: GPL-2.0 or MIT
0002 //
0003 // Device Tree Source for General Electric B155v2
0004 //
0005 // Copyright 2018-2021 General Electric Company
0006 // Copyright 2018-2021 Collabora
0007
0008 /dts-v1/;
0009 #include "imx6dl-b1x5v2.dtsi"
0010
0011 / {
0012 model = "General Electric B155v2";
0013 compatible = "ge,imx6dl-b155v2", "congatec,qmx6", "fsl,imx6dl";
0014
0015 panel {
0016 compatible = "auo,g156xtn01";
0017 };
0018 };
0019
0020 &i2c3 {
0021 touchscreen@2a {
0022 compatible = "eeti,exc80h84";
0023 reg = <0x2a>;
0024 pinctrl-names = "default";
0025 pinctrl-0 =<&pinctrl_q7_gpio0>;
0026 interrupt-parent = <&gpio5>;
0027 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
0028 touchscreen-inverted-x;
0029 touchscreen-inverted-y;
0030 reset-gpios = <&tca6424a 21 GPIO_ACTIVE_HIGH>;
0031 };
0032 };