12c6d2d3aSJeffrey Hugo// SPDX-License-Identifier: GPL-2.0 22c6d2d3aSJeffrey Hugo/* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */ 32c6d2d3aSJeffrey Hugo 42c6d2d3aSJeffrey Hugo/dts-v1/; 52c6d2d3aSJeffrey Hugo 62c6d2d3aSJeffrey Hugo#include "msm8998-clamshell.dtsi" 72c6d2d3aSJeffrey Hugo 82c6d2d3aSJeffrey Hugo/ { 92c6d2d3aSJeffrey Hugo model = "Lenovo Miix 630"; 102c6d2d3aSJeffrey Hugo compatible = "lenovo,miix-630", "qcom,msm8998"; 112c6d2d3aSJeffrey Hugo}; 122c6d2d3aSJeffrey Hugo 132c6d2d3aSJeffrey Hugo&blsp1_i2c6 { 142c6d2d3aSJeffrey Hugo status = "okay"; 152c6d2d3aSJeffrey Hugo 162c6d2d3aSJeffrey Hugo keyboard@3a { 172c6d2d3aSJeffrey Hugo compatible = "hid-over-i2c"; 182c6d2d3aSJeffrey Hugo interrupt-parent = <&tlmm>; 192c6d2d3aSJeffrey Hugo interrupts = <0x79 IRQ_TYPE_LEVEL_LOW>; 202c6d2d3aSJeffrey Hugo reg = <0x3a>; 212c6d2d3aSJeffrey Hugo hid-descr-addr = <0x0001>; 222c6d2d3aSJeffrey Hugo 232c6d2d3aSJeffrey Hugo pinctrl-names = "default"; 242c6d2d3aSJeffrey Hugo pinctrl-0 = <&touchpad>; 252c6d2d3aSJeffrey Hugo }; 262c6d2d3aSJeffrey Hugo}; 272c6d2d3aSJeffrey Hugo 28*5f7f61e3SJeffrey Hugo&remoteproc_mss { 29*5f7f61e3SJeffrey Hugo firmware-name = "qcom/LENOVO/81F1/qcdsp1v28998.mbn", 30*5f7f61e3SJeffrey Hugo "qcom/LENOVO/81F1/qcdsp28998.mbn"; 31*5f7f61e3SJeffrey Hugo}; 32*5f7f61e3SJeffrey Hugo 332c6d2d3aSJeffrey Hugo&sdhc2 { 342c6d2d3aSJeffrey Hugo cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>; 352c6d2d3aSJeffrey Hugo}; 36