1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2015, Huawei Inc. All rights reserved.
4 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
5 * Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
6 */
7
8/dts-v1/;
9
10#include "msm8994.dtsi"
11
12/* Angler's firmware does not report where the memory is allocated */
13/delete-node/ &cont_splash_mem;
14
15/ {
16	model = "Huawei Nexus 6P";
17	compatible = "huawei,angler", "qcom,msm8994";
18	chassis-type = "handset";
19	/* required for bootloader to select correct board */
20	qcom,msm-id = <207 0x20000>;
21	qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
22	qcom,board-id = <8026 0>;
23
24	aliases {
25		serial0 = &blsp1_uart2;
26	};
27
28	chosen {
29		stdout-path = "serial0:115200n8";
30	};
31};
32
33&blsp1_uart2 {
34	status = "okay";
35	pinctrl-names = "default", "sleep";
36	pinctrl-0 = <&blsp1_uart2_default>;
37	pinctrl-1 = <&blsp1_uart2_sleep>;
38};
39
40&tlmm {
41	gpio-reserved-ranges = <85 4>;
42};
43
44&sdhc1 {
45	status = "okay";
46	mmc-hs400-1_8v;
47};
48