0001 // SPDX-License-Identifier: GPL-2.0 or MIT
0002 //
0003 // Device Tree Source for General Electric B105v2
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 B105v2";
0013 compatible = "ge,imx6dl-b105v2", "congatec,qmx6", "fsl,imx6dl";
0014
0015 panel {
0016 compatible = "auo,g101evn010";
0017 };
0018 };
0019
0020 &i2c3 {
0021 touchscreen@41 {
0022 compatible = "ilitek,ili251x";
0023 reg = <0x41>;
0024 pinctrl-names = "default";
0025 pinctrl-0 =<&pinctrl_q7_gpio0>;
0026 interrupt-parent = <&gpio5>;
0027 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
0028 reset-gpios = <&tca6424a 21 GPIO_ACTIVE_LOW>;
0029 touchscreen-size-x = <1280>;
0030 touchscreen-size-y = <800>;
0031 };
0032 };