mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 04:05:26 +07:00
![Jeffrey Hugo](/assets/img/avatar_default.png)
This adds the initial DT for the Lenovo Miix 630 laptop. Supported functionality includes USB (host), microSD-card, keyboard, and trackpad. Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
31 lines
543 B
Plaintext
31 lines
543 B
Plaintext
// 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";
|
|
};
|
|
|
|
&blsp1_i2c6 {
|
|
status = "okay";
|
|
|
|
keyboard@3a {
|
|
compatible = "hid-over-i2c";
|
|
interrupt-parent = <&tlmm>;
|
|
interrupts = <0x79 IRQ_TYPE_LEVEL_LOW>;
|
|
reg = <0x3a>;
|
|
hid-descr-addr = <0x0001>;
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&touchpad>;
|
|
};
|
|
};
|
|
|
|
&sdhc2 {
|
|
cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
|
|
};
|