0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /* Copyright (c) 2015, Huawei Inc. All rights reserved.
0003 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
0004 * Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "msm8994.dtsi"
0010
0011 /* Angler's firmware does not report where the memory is allocated */
0012 /delete-node/ &cont_splash_mem;
0013
0014 / {
0015 model = "Huawei Nexus 6P";
0016 compatible = "huawei,angler", "qcom,msm8994";
0017 chassis-type = "handset";
0018 /* required for bootloader to select correct board */
0019 qcom,msm-id = <207 0x20000>;
0020 qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
0021 qcom,board-id = <8026 0>;
0022
0023 aliases {
0024 serial0 = &blsp1_uart2;
0025 };
0026
0027 chosen {
0028 stdout-path = "serial0:115200n8";
0029 };
0030 };
0031
0032 &blsp1_uart2 {
0033 status = "okay";
0034 pinctrl-names = "default", "sleep";
0035 pinctrl-0 = <&blsp1_uart2_default>;
0036 pinctrl-1 = <&blsp1_uart2_sleep>;
0037 };
0038
0039 &tlmm {
0040 gpio-reserved-ranges = <85 4>;
0041 };
0042
0043 &sdhc1 {
0044 status = "okay";
0045 mmc-hs400-1_8v;
0046 };