hc
2023-02-15 557890c7ca0980ccc625a4e8f0cfa8898649a5c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* Copyright (c) 2015, Huawei Inc. All rights reserved.
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
 
/dts-v1/;
 
#include "msm8994.dtsi"
 
/ {
   model = "Huawei Nexus 6P";
   compatible = "huawei,angler", "qcom,msm8994";
   /* required for bootloader to select correct board */
   qcom,board-id = <8026 0>;
 
   aliases {
       serial0 = &blsp1_uart2;
   };
 
   chosen {
       stdout-path = "serial0:115200n8";
   };
 
   soc {
       serial@f991e000 {
           status = "okay";
           pinctrl-names = "default", "sleep";
           pinctrl-0 = <&blsp1_uart2_default>;
           pinctrl-1 = <&blsp1_uart2_sleep>;
       };
   };
};