Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0 or MIT
0002 //
0003 // Device Tree Source for General Electric B125Pv2
0004 //
0005 // Copyright 2018-2021 General Electric Company
0006 // Copyright 2018-2021 Collabora
0007 
0008 /dts-v1/;
0009 #include "imx6dl-b1x5pv2.dtsi"
0010 
0011 / {
0012         model = "General Electric B125Pv2";
0013         compatible = "ge,imx6dl-b125pv2", "congatec,qmx6", "fsl,imx6dl";
0014 
0015         panel {
0016                 compatible = "auo,g121ean01";
0017         };
0018 };
0019 
0020 &i2c3 {
0021         touchscreen@2a {
0022                 compatible = "eeti,exc80h60";
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                 reset-gpios = <&tca6424a 21 GPIO_ACTIVE_HIGH>;
0029         };
0030 };