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 = "Asus NovaGo TP370QL"; 9 model = "Asus NovaGo TP370QL"; 10 compatible = "asus,novago-tp370ql", "q 10 compatible = "asus,novago-tp370ql", "qcom,msm8998"; 11 chassis-type = "convertible"; << 12 }; 11 }; 13 12 14 &blsp1_i2c6 { 13 &blsp1_i2c6 { 15 status = "okay"; 14 status = "okay"; 16 15 17 touchpad@15 { 16 touchpad@15 { 18 compatible = "hid-over-i2c"; 17 compatible = "hid-over-i2c"; >> 18 interrupt-parent = <&tlmm>; >> 19 interrupts = <0x7b IRQ_TYPE_LEVEL_LOW>; 19 reg = <0x15>; 20 reg = <0x15>; >> 21 hid-descr-addr = <0x0001>; >> 22 20 pinctrl-names = "default"; 23 pinctrl-names = "default"; 21 pinctrl-0 = <&touchpad>; 24 pinctrl-0 = <&touchpad>; 22 << 23 interrupt-parent = <&tlmm>; << 24 interrupts = <123 IRQ_TYPE_LEV << 25 << 26 hid-descr-addr = <0x0001>; << 27 }; 25 }; 28 26 29 keyboard@3a { 27 keyboard@3a { 30 compatible = "hid-over-i2c"; 28 compatible = "hid-over-i2c"; 31 reg = <0x3a>; << 32 interrupt-parent = <&tlmm>; 29 interrupt-parent = <&tlmm>; 33 interrupts = <37 IRQ_TYPE_LEVE !! 30 interrupts = <0x25 IRQ_TYPE_LEVEL_LOW>; 34 !! 31 reg = <0x3a>; 35 hid-descr-addr = <0x0001>; 32 hid-descr-addr = <0x0001>; 36 }; 33 }; 37 }; 34 }; 38 35 39 &sdhc2 { 36 &sdhc2 { 40 cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH> 37 cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>; >> 38 }; >> 39 >> 40 &tlmm { >> 41 touchpad: touchpad { >> 42 config { >> 43 pins = "gpio123"; >> 44 bias-pull-up; >> 45 }; >> 46 }; 41 }; 47 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.