18af90d6dSPetr Vorel// SPDX-License-Identifier: GPL-2.0-only
2*79b185d0SKonrad Dybcio/*
3*79b185d0SKonrad Dybcio * Copyright (c) 2015, Huawei Inc. All rights reserved.
48af90d6dSPetr Vorel * Copyright (c) 2016, The Linux Foundation. All rights reserved.
5e7773dbcSPetr Vorel * Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
68af90d6dSPetr Vorel */
78af90d6dSPetr Vorel
88af90d6dSPetr Vorel/dts-v1/;
98af90d6dSPetr Vorel
108af90d6dSPetr Vorel#include "msm8994.dtsi"
118af90d6dSPetr Vorel
128af90d6dSPetr Vorel/* Angler's firmware does not report where the memory is allocated */
138af90d6dSPetr Vorel/delete-node/ &cont_splash_mem;
148af90d6dSPetr Vorel
158af90d6dSPetr Vorel/ {
168af90d6dSPetr Vorel	model = "Huawei Nexus 6P";
178af90d6dSPetr Vorel	compatible = "huawei,angler", "qcom,msm8994";
188af90d6dSPetr Vorel	chassis-type = "handset";
198af90d6dSPetr Vorel	/* required for bootloader to select correct board */
208af90d6dSPetr Vorel	qcom,msm-id = <207 0x20000>;
218af90d6dSPetr Vorel	qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
228af90d6dSPetr Vorel	qcom,board-id = <8026 0>;
238af90d6dSPetr Vorel
248af90d6dSPetr Vorel	aliases {
258af90d6dSPetr Vorel		serial0 = &blsp1_uart2;
268af90d6dSPetr Vorel	};
278af90d6dSPetr Vorel
288af90d6dSPetr Vorel	chosen {
298af90d6dSPetr Vorel		stdout-path = "serial0:115200n8";
308af90d6dSPetr Vorel	};
31c46e3c4bSKrzysztof Kozlowski};
328af90d6dSPetr Vorel
33c46e3c4bSKrzysztof Kozlowski&blsp1_uart2 {
348af90d6dSPetr Vorel	status = "okay";
358af90d6dSPetr Vorel	pinctrl-names = "default", "sleep";
368af90d6dSPetr Vorel	pinctrl-0 = <&blsp1_uart2_default>;
378af90d6dSPetr Vorel	pinctrl-1 = <&blsp1_uart2_sleep>;
388af90d6dSPetr Vorel};
398af90d6dSPetr Vorel
408af90d6dSPetr Vorel&tlmm {
418af90d6dSPetr Vorel	gpio-reserved-ranges = <85 4>;
428af90d6dSPetr Vorel};
43e7773dbcSPetr Vorel
44e7773dbcSPetr Vorel&sdhc1 {
45e7773dbcSPetr Vorel	status = "okay";
46e7773dbcSPetr Vorel	mmc-hs400-1_8v;
47e7773dbcSPetr Vorel};
48