Skip to content

Commit

Permalink
arm64: dts: qcom: Add base SM8450 QRD DTS
Browse files Browse the repository at this point in the history
Add DTS for Qualcomm QRD platform which uses SM8450 SoC and mark the
reserved nodes.

Signed-off-by: Vinod Koul <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
vinodkoul authored and andersson committed Dec 15, 2021
1 parent 892d539 commit 24de05c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8350-microsoft-surface-duo2.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8350-mtp.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8350-sony-xperia-sagami-pdx214.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8350-sony-xperia-sagami-pdx215.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8450-qrd.dtb
33 changes: 33 additions & 0 deletions arch/arm64/boot/dts/qcom/sm8450-qrd.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2021, Linaro Limited
*/

/dts-v1/;

#include "sm8450.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 24de05c

Please sign in to comment.