1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 4 */ 5 6#include "msm8916-pm8916.dtsi" 7 8/ { 9 aliases { 10 serial0 = &blsp1_uart2; 11 usid0 = &pm8916_0; 12 }; 13 14 chosen { 15 stdout-path = "serial0"; 16 }; 17}; 18 19&blsp1_uart2 { 20 status = "okay"; 21}; 22