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 = "Asus NovaGo TP370QL";
0010 compatible = "asus,novago-tp370ql", "qcom,msm8998";
0011 chassis-type = "convertible";
0012 };
0013
0014 &blsp1_i2c6 {
0015 status = "okay";
0016
0017 touchpad@15 {
0018 compatible = "hid-over-i2c";
0019 reg = <0x15>;
0020 pinctrl-names = "default";
0021 pinctrl-0 = <&touchpad>;
0022
0023 interrupt-parent = <&tlmm>;
0024 interrupts = <123 IRQ_TYPE_LEVEL_LOW>;
0025
0026 hid-descr-addr = <0x0001>;
0027 };
0028
0029 keyboard@3a {
0030 compatible = "hid-over-i2c";
0031 reg = <0x3a>;
0032 interrupt-parent = <&tlmm>;
0033 interrupts = <37 IRQ_TYPE_LEVEL_LOW>;
0034
0035 hid-descr-addr = <0x0001>;
0036 };
0037 };
0038
0039 &sdhc2 {
0040 cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
0041 };