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/sc7180-trogdor-mrbland-rev0.dtsi

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+ OR MIT)
    2 /*
    3  * Google Mrbland board device tree source
    4  *
    5  * Copyright 2021 Google LLC.
    6  *
    7  */
    8 
    9 /dts-v1/;
   10 
   11 #include "sc7180-trogdor-mrbland.dtsi"
   12 
   13 &avdd_lcd {
   14         gpio = <&tlmm 80 GPIO_ACTIVE_HIGH>;
   15 };
   16 
   17 &panel {
   18         enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
   19 };
   20 
   21 &v1p8_mipi {
   22         gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
   23 };
   24 
   25 /* PINCTRL - modifications to sc7180-trogdor-mrbland.dtsi */
   26 &avdd_lcd_en {
   27         pinmux {
   28                 pins = "gpio80";
   29         };
   30 
   31         pinconf {
   32                 pins = "gpio80";
   33         };
   34 };
   35 
   36 &mipi_1800_en {
   37         pinmux {
   38                 pins = "gpio81";
   39         };
   40 
   41         pinconf {
   42                 pins = "gpio81";
   43         };
   44 };
   45 &vdd_reset_1800 {
   46         pinmux {
   47                 pins = "gpio76";
   48         };
   49 
   50         pinconf {
   51                 pins = "gpio76";
   52         };
   53 };

Cache object: 830dc5504a0d09497215048f0d899861


[ 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.