1*79f74d4cSKrzysztof Kozlowski// SPDX-License-Identifier: GPL-2.0 OR MIT 21fac5db3SSebastian Reichel// 31fac5db3SSebastian Reichel// Device Tree Source for General Electric B125Pv2 41fac5db3SSebastian Reichel// 51fac5db3SSebastian Reichel// Copyright 2018-2021 General Electric Company 61fac5db3SSebastian Reichel// Copyright 2018-2021 Collabora 71fac5db3SSebastian Reichel 81fac5db3SSebastian Reichel/dts-v1/; 91fac5db3SSebastian Reichel#include "imx6dl-b1x5pv2.dtsi" 101fac5db3SSebastian Reichel 111fac5db3SSebastian Reichel/ { 121fac5db3SSebastian Reichel model = "General Electric B125Pv2"; 131fac5db3SSebastian Reichel compatible = "ge,imx6dl-b125pv2", "congatec,qmx6", "fsl,imx6dl"; 141fac5db3SSebastian Reichel 151fac5db3SSebastian Reichel panel { 161fac5db3SSebastian Reichel compatible = "auo,g121ean01"; 171fac5db3SSebastian Reichel }; 181fac5db3SSebastian Reichel}; 191fac5db3SSebastian Reichel 201fac5db3SSebastian Reichel&i2c3 { 211fac5db3SSebastian Reichel touchscreen@2a { 221fac5db3SSebastian Reichel compatible = "eeti,exc80h60"; 231fac5db3SSebastian Reichel reg = <0x2a>; 241fac5db3SSebastian Reichel pinctrl-names = "default"; 251fac5db3SSebastian Reichel pinctrl-0 = <&pinctrl_q7_gpio0>; 261fac5db3SSebastian Reichel interrupt-parent = <&gpio5>; 271fac5db3SSebastian Reichel interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 281fac5db3SSebastian Reichel reset-gpios = <&tca6424a 21 GPIO_ACTIVE_HIGH>; 291fac5db3SSebastian Reichel }; 301fac5db3SSebastian Reichel}; 31