arm64: dts: msm8994-angler: fix the memory map
[platform/kernel/linux-starfive.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-2022, 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                 tzapp_mem: tzapp@4800000 {
34                         reg = <0 0x04800000 0 0x1900000>;
35                         no-map;
36                 };
37
38                 removed_region: reserved@6300000 {
39                         reg = <0 0x06300000 0 0xD00000>;
40                         no-map;
41                 };
42         };
43 };
44
45 &blsp1_uart2 {
46         status = "okay";
47         pinctrl-names = "default", "sleep";
48         pinctrl-0 = <&blsp1_uart2_default>;
49         pinctrl-1 = <&blsp1_uart2_sleep>;
50 };
51
52 &tlmm {
53         gpio-reserved-ranges = <85 4>;
54 };
55
56 &sdhc1 {
57         status = "okay";
58         mmc-hs400-1_8v;
59 };