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 */ 5 6/dts-v1/; 7 8#include "msm8994.dtsi" 9 10/ { 11 model = "Huawei Nexus 6P"; 12 compatible = "huawei,angler", "qcom,msm8994"; 13 /* required for bootloader to select correct board */ 14 qcom,msm-id = <207 0x20000>; 15 qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>; 16 qcom,board-id = <8026 0>; 17 18 aliases { 19 serial0 = &blsp1_uart2; 20 }; 21 22 chosen { 23 stdout-path = "serial0:115200n8"; 24 }; 25 26 soc { 27 serial@f991e000 { 28 status = "okay"; 29 pinctrl-names = "default", "sleep"; 30 pinctrl-0 = <&blsp1_uart2_default>; 31 pinctrl-1 = <&blsp1_uart2_sleep>; 32 }; 33 }; 34}; 35