1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2019, Jeffrey Hugo. All right 2 /* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */ 3 3 4 /dts-v1/; 4 /dts-v1/; 5 5 6 #include "msm8998-clamshell.dtsi" 6 #include "msm8998-clamshell.dtsi" 7 7 8 / { 8 / { 9 model = "HP Envy x2"; 9 model = "HP Envy x2"; 10 compatible = "hp,envy-x2", "qcom,msm89 10 compatible = "hp,envy-x2", "qcom,msm8998"; 11 chassis-type = "convertible"; 11 chassis-type = "convertible"; 12 }; 12 }; 13 13 14 &blsp1_i2c6 { 14 &blsp1_i2c6 { 15 status = "okay"; 15 status = "okay"; 16 16 17 keyboard@3a { 17 keyboard@3a { 18 compatible = "hid-over-i2c"; 18 compatible = "hid-over-i2c"; 19 reg = <0x3a>; 19 reg = <0x3a>; 20 pinctrl-names = "default"; 20 pinctrl-names = "default"; 21 pinctrl-0 = <&touchpad>; 21 pinctrl-0 = <&touchpad>; 22 22 23 interrupt-parent = <&tlmm>; 23 interrupt-parent = <&tlmm>; 24 interrupts = <121 IRQ_TYPE_LEV 24 interrupts = <121 IRQ_TYPE_LEVEL_LOW>; 25 25 26 hid-descr-addr = <0x0001>; 26 hid-descr-addr = <0x0001>; 27 }; 27 }; 28 }; 28 }; 29 29 30 &sdhc2 { 30 &sdhc2 { 31 cd-gpios = <&tlmm 95 GPIO_ACTIVE_LOW>; 31 cd-gpios = <&tlmm 95 GPIO_ACTIVE_LOW>; 32 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.