forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
arm64: dts: qcom: Add base SM8450 QRD DTS
Add DTS for Qualcomm QRD platform which uses SM8450 SoC. This also includes the pmic files and marks the tlmm reserved pins Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
- Loading branch information
1 parent
77dad72
commit 636d2456715b3aba9cf1fa47931c6e381ca62e00
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| // SPDX-License-Identifier: BSD-3-Clause | ||
| /* | ||
| * Copyright (c) 2021, Linaro Limited | ||
| */ | ||
|
|
||
| /dts-v1/; | ||
|
|
||
| #include "sm8450.dtsi" | ||
| #include "pm8350.dtsi" | ||
| #include "pm8350b.dtsi" | ||
| #include "pmr735b.dtsi" | ||
|
|
||
| / { | ||
| model = "Qualcomm Technologies, Inc. SM8450 QRD"; | ||
| compatible = "qcom,sm8450-qrd", "qcom,sm8450"; | ||
|
|
||
| aliases { | ||
| serial0 = &uart7; | ||
| }; | ||
|
|
||
| chosen { | ||
| stdout-path = "serial0:115200n8"; | ||
| }; | ||
| }; | ||
|
|
||
| &qupv3_id_0 { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &tlmm { | ||
| gpio-reserved-ranges = <28 4>, <36 4>; | ||
| }; | ||
|
|
||
| &uart7 { | ||
| status = "okay"; | ||
| }; |