Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
0003 
0004 /dts-v1/;
0005 
0006 #include "msm8998-clamshell.dtsi"
0007 
0008 / {
0009         model = "HP Envy x2";
0010         compatible = "hp,envy-x2", "qcom,msm8998";
0011         chassis-type = "convertible";
0012 };
0013 
0014 &blsp1_i2c6 {
0015         status = "okay";
0016 
0017         keyboard@3a {
0018                 compatible = "hid-over-i2c";
0019                 reg = <0x3a>;
0020                 pinctrl-names = "default";
0021                 pinctrl-0 = <&touchpad>;
0022 
0023                 interrupt-parent = <&tlmm>;
0024                 interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
0025 
0026                 hid-descr-addr = <0x0001>;
0027         };
0028 };
0029 
0030 &sdhc2 {
0031         cd-gpios = <&tlmm 95 GPIO_ACTIVE_LOW>;
0032 };