GNU Linux-libre 6.1.90-gnu
[releases.git] / arch / arm64 / boot / dts / qcom / msm8994-huawei-angler-rev-101.dts
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-2023, Petr Vorel <petr.vorel@gmail.com>
5  */
6
7 /dts-v1/;
8
9 #include "msm8994.dtsi"
10
11 / {
12         model = "Huawei Nexus 6P";
13         compatible = "huawei,angler", "qcom,msm8994";
14         chassis-type = "handset";
15         /* required for bootloader to select correct board */
16         qcom,msm-id = <207 0x20000>;
17         qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
18         qcom,board-id = <8026 0>;
19
20         aliases {
21                 serial0 = &blsp1_uart2;
22         };
23
24         chosen {
25                 stdout-path = "serial0:115200n8";
26         };
27
28         reserved-memory {
29                 #address-cells = <2>;
30                 #size-cells = <2>;
31                 ranges;
32
33                 cont_splash_mem: memory@3401000 {
34                         reg = <0 0x03401000 0 0x1000000>;
35                         no-map;
36                 };
37
38                 tzapp_mem: tzapp@4800000 {
39                         reg = <0 0x04800000 0 0x1900000>;
40                         no-map;
41                 };
42
43                 reserved@6300000 {
44                         reg = <0 0x06300000 0 0x700000>;
45                         no-map;
46                 };
47         };
48 };
49
50 &blsp1_uart2 {
51         status = "okay";
52         pinctrl-names = "default", "sleep";
53         pinctrl-0 = <&blsp1_uart2_default>;
54         pinctrl-1 = <&blsp1_uart2_sleep>;
55 };
56
57 &tlmm {
58         gpio-reserved-ranges = <85 4>;
59 };
60
61 &sdhc1 {
62         status = "okay";
63         mmc-hs400-1_8v;
64 };