From 0b991a4f155f6ffbf92e8b7c7ab9a076b8e64796 Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Thu, 30 Nov 2023 09:48:25 -0800 Subject: [PATCH] ARM: dts: msm: Add ATP variant DT support for Sun Add DT support for ATP variant on Sun SoC. Change-Id: Icb07c87ca0ed07c81e0d3bf42e5c69147d6f1807 Signed-off-by: Unnathi Chalicheemala --- qcom/sun-atp-overlay.dts | 17 +++++++++++++++++ qcom/sun-atp.dtsi | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 qcom/sun-atp-overlay.dts create mode 100644 qcom/sun-atp.dtsi diff --git a/qcom/sun-atp-overlay.dts b/qcom/sun-atp-overlay.dts new file mode 100644 index 00000000..c582c4e1 --- /dev/null +++ b/qcom/sun-atp-overlay.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include "sun-atp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun ATP"; + compatible = "qcom,sun-atp", "qcom,sun", "qcom,sunp-atp", "qcom,sunp", + "qcom,atp"; + qcom,msm-id = <618 0x10000>, <618 0x20000>; + qcom,board-id = <0x10021 0>; +}; diff --git a/qcom/sun-atp.dtsi b/qcom/sun-atp.dtsi new file mode 100644 index 00000000..ed228e3c --- /dev/null +++ b/qcom/sun-atp.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "sun-mtp.dtsi"