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-mtp/1", "qcom,msm8916"; 13 14 aliases { 15 serial0 = &blsp1_uart2; 16 usid0 = &pm8916_0; 17 }; 18 19 chosen { 20 stdout-path = "serial0"; 21 }; 22}; 23 24&blsp1_uart2 { 25 status = "okay"; 26}; 27