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/msm8994-angler-rev-101.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-only
    2 /* Copyright (c) 2015, Huawei Inc. All rights reserved.
    3  * Copyright (c) 2016, The Linux Foundation. All rights reserved.
    4  * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "msm8994.dtsi"
   10 
   11 /* Angler's firmware does not report where the memory is allocated */
   12 /delete-node/ &cont_splash_mem;
   13 
   14 / {
   15         model = "Huawei Nexus 6P";
   16         compatible = "huawei,angler", "qcom,msm8994";
   17         chassis-type = "handset";
   18         /* required for bootloader to select correct board */
   19         qcom,msm-id = <207 0x20000>;
   20         qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
   21         qcom,board-id = <8026 0>;
   22 
   23         aliases {
   24                 serial0 = &blsp1_uart2;
   25         };
   26 
   27         chosen {
   28                 stdout-path = "serial0:115200n8";
   29         };
   30 
   31         soc {
   32                 serial@f991e000 {
   33                         status = "okay";
   34                         pinctrl-names = "default", "sleep";
   35                         pinctrl-0 = <&blsp1_uart2_default>;
   36                         pinctrl-1 = <&blsp1_uart2_sleep>;
   37                 };
   38         };
   39 };
   40 
   41 &tlmm {
   42         gpio-reserved-ranges = <85 4>;
   43 };

Cache object: 5abc8930288fe5808574c3e949154708


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