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,board-id = <8026 0>; 15 16 aliases { 17 serial0 = &blsp1_uart2; 18 }; 19 20 chosen { 21 stdout-path = "serial0:115200n8"; 22 }; 23 24 soc { 25 serial@f991e000 { 26 status = "okay"; 27 pinctrl-names = "default", "sleep"; 28 pinctrl-0 = <&blsp1_uart2_default>; 29 pinctrl-1 = <&blsp1_uart2_sleep>; 30 }; 31 }; 32}; 33