blob: 6e9c9caf25b163ae7a2b2f9122c76db991bb97ee [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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 "msm8996.dtsi"
9
10/ {
11 model = "Qualcomm Technologies, Inc. MSM 8996 MTP";
12 compatible = "qcom,msm8996-mtp", "qcom,msm8996";
13 chassis-type = "handset";
14
15 aliases {
16 serial0 = &blsp2_uart2;
17 };
18
19 chosen {
20 stdout-path = "serial0";
21 };
22};
23
24&blsp2_uart2 {
25 status = "okay";
26};
27
28&mdss_hdmi {
29 status = "okay";
30};
31
32&mdss_hdmi_phy {
33 status = "okay";
34};