1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 4 */ 5 6/dts-v1/; 7 8#include "msm8916-pm8916.dtsi" 9 10/ { 11 model = "Qualcomm Technologies, Inc. MSM 8916 MTP"; 12 compatible = "qcom,msm8916-mtp", "qcom,msm8916"; 13 chassis-type = "handset"; 14 15 aliases { 16 serial0 = &blsp_uart2; 17 usid0 = &pm8916_0; 18 }; 19 20 chosen { 21 stdout-path = "serial0"; 22 }; 23}; 24 25&blsp_uart2 { 26 status = "okay"; 27}; 28