Skip to content
Permalink
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
vinodkoul authored and intel-lab-lkp committed Dec 9, 2021
1 parent 77dad72 commit 636d2456715b3aba9cf1fa47931c6e381ca62e00
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
@@ -107,3 +107,4 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx203.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx206.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8350-hdk.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8350-mtp.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8450-qrd.dtb
@@ -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";
};

0 comments on commit 636d245

Please sign in to comment.