Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / qcom / msm8994-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, 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         /* required for bootloader to select correct board */
18         qcom,msm-id = <207 0x20000>;
19         qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
20         qcom,board-id = <8026 0>;
21
22         aliases {
23                 serial0 = &blsp1_uart2;
24         };
25
26         chosen {
27                 stdout-path = "serial0:115200n8";
28         };
29
30         soc {
31                 serial@f991e000 {
32                         status = "okay";
33                         pinctrl-names = "default", "sleep";
34                         pinctrl-0 = <&blsp1_uart2_default>;
35                         pinctrl-1 = <&blsp1_uart2_sleep>;
36                 };
37         };
38 };
39
40 &tlmm {
41         gpio-reserved-ranges = <85 4>;
42 };