xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998-lenovo-miix-630.dts (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot/* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
3c66ec88fSEmmanuel Vadot
4c66ec88fSEmmanuel Vadot/dts-v1/;
5c66ec88fSEmmanuel Vadot
6c66ec88fSEmmanuel Vadot#include "msm8998-clamshell.dtsi"
7c66ec88fSEmmanuel Vadot
8c66ec88fSEmmanuel Vadot/ {
9c66ec88fSEmmanuel Vadot	model = "Lenovo Miix 630";
10c66ec88fSEmmanuel Vadot	compatible = "lenovo,miix-630", "qcom,msm8998";
118cc087a1SEmmanuel Vadot	chassis-type = "convertible";
12c66ec88fSEmmanuel Vadot};
13c66ec88fSEmmanuel Vadot
14c66ec88fSEmmanuel Vadot&blsp1_i2c6 {
15c66ec88fSEmmanuel Vadot	status = "okay";
16c66ec88fSEmmanuel Vadot
17c66ec88fSEmmanuel Vadot	keyboard@3a {
18c66ec88fSEmmanuel Vadot		compatible = "hid-over-i2c";
19c66ec88fSEmmanuel Vadot		reg = <0x3a>;
20c66ec88fSEmmanuel Vadot		pinctrl-names = "default";
21c66ec88fSEmmanuel Vadot		pinctrl-0 = <&touchpad>;
22b97ee269SEmmanuel Vadot
23b97ee269SEmmanuel Vadot		interrupt-parent = <&tlmm>;
24b97ee269SEmmanuel Vadot		interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
25b97ee269SEmmanuel Vadot
26b97ee269SEmmanuel Vadot		hid-descr-addr = <0x0001>;
27c66ec88fSEmmanuel Vadot	};
28c66ec88fSEmmanuel Vadot};
29c66ec88fSEmmanuel Vadot
30c66ec88fSEmmanuel Vadot&remoteproc_mss {
31*8bab661aSEmmanuel Vadot	firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn",
32*8bab661aSEmmanuel Vadot			"qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
33c66ec88fSEmmanuel Vadot};
34c66ec88fSEmmanuel Vadot
35c66ec88fSEmmanuel Vadot&sdhc2 {
36c66ec88fSEmmanuel Vadot	cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
37c66ec88fSEmmanuel Vadot};
38