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