Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / qcom / msm8998-lenovo-miix-630.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
3
4 /dts-v1/;
5
6 #include "msm8998-clamshell.dtsi"
7
8 / {
9         model = "Lenovo Miix 630";
10         compatible = "lenovo,miix-630", "qcom,msm8998";
11 };
12
13 &blsp1_i2c6 {
14         status = "okay";
15
16         keyboard@3a {
17                 compatible = "hid-over-i2c";
18                 interrupt-parent = <&tlmm>;
19                 interrupts = <0x79 IRQ_TYPE_LEVEL_LOW>;
20                 reg = <0x3a>;
21                 hid-descr-addr = <0x0001>;
22
23                 pinctrl-names = "default";
24                 pinctrl-0 = <&touchpad>;
25         };
26 };
27
28 &sdhc2 {
29         cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
30 };