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