Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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"; |
Tom Rini | 762f85b | 2024-07-20 11:15:10 -0600 | [diff] [blame^] | 12 | compatible = "qcom,msm8916-mtp", "qcom,msm8916"; |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 13 | 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 | }; |