The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/qcom/msm8998-lenovo-miix-630.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 6097cd312cc72eb796f09d7dd965a379


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.