blob: c11a845e91bb5029e89905ec7dee3b07646dd4cb [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 "msm8916-pm8916.dtsi"
9
10/ {
11 model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
Tom Rini762f85b2024-07-20 11:15:10 -060012 compatible = "qcom,msm8916-mtp", "qcom,msm8916";
Tom Rini53633a82024-02-29 12:33:36 -050013 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};