summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/qcom/msm8998-lenovo-miix-630.dts
blob: a105143bee4a81b9db60f94176272885b632c390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */

/dts-v1/;

#include "msm8998-clamshell.dtsi"

/ {
	model = "Lenovo Miix 630";
	compatible = "lenovo,miix-630", "qcom,msm8998";
	chassis-type = "convertible";
};

&blsp1_i2c6 {
	status = "okay";

	keyboard@3a {
		compatible = "hid-over-i2c";
		reg = <0x3a>;
		pinctrl-names = "default";
		pinctrl-0 = <&touchpad>;

		interrupt-parent = <&tlmm>;
		interrupts = <121 IRQ_TYPE_LEVEL_LOW>;

		hid-descr-addr = <0x0001>;
	};
};

&remoteproc_mss {
	firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn",
			"qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
};

&sdhc2 {
	cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
};