0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "msm8996.dtsi"
0009
0010 / {
0011 model = "Qualcomm Technologies, Inc. MSM 8996 MTP";
0012 compatible = "qcom,msm8996-mtp", "qcom,msm8996";
0013
0014 aliases {
0015 serial0 = &blsp2_uart2;
0016 };
0017
0018 chosen {
0019 stdout-path = "serial0";
0020 };
0021 };
0022
0023 &blsp2_uart2 {
0024 status = "okay";
0025 };
0026
0027 &hdmi {
0028 status = "okay";
0029 };
0030
0031 &hdmi_phy {
0032 status = "okay";
0033 };