Back to home page

OSCL-LXR

 
 

    


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 = "Lenovo Miix 630";
0010         compatible = "lenovo,miix-630", "qcom,msm8998";
0011         chassis-type = "convertible";
0012 };
0013 
0014 &blsp1_i2c6 {
0015         status = "okay";
0016 
0017         keyboard@3a {
0018                 compatible = "hid-over-i2c";
0019                 reg = <0x3a>;
0020                 pinctrl-names = "default";
0021                 pinctrl-0 = <&touchpad>;
0022 
0023                 interrupt-parent = <&tlmm>;
0024                 interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
0025 
0026                 hid-descr-addr = <0x0001>;
0027         };
0028 };
0029 
0030 &remoteproc_mss {
0031         firmware-name = "qcom/LENOVO/81F1/qcdsp1v28998.mbn",
0032                         "qcom/LENOVO/81F1/qcdsp28998.mbn";
0033 };
0034 
0035 &sdhc2 {
0036         cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
0037 };