diff --git a/qcom/Makefile b/qcom/Makefile index 6ee3d039..e7fa5825 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -52,7 +52,7 @@ sun-dtb-$(CONFIG_ARCH_SUN) += \ $(call add-overlays, $(SUN_BOARDS) $(APQ_SUN_BOARDS),$(SUN_APQ_BASE_DTB)) sun-overlays-dtb-$(CONFIG_ARCH_SUN) += $(SUN_BOARDS) $(NOAPQ_SUN_BOARDS) $(SUN_BASE_DTB) $(SUN_APQ_BASE_DTB) -TUNA_BASE_DTB += tuna.dtb +TUNA_BASE_DTB += tuna.dtb tuna7.dtb NOAPQ_TUNA_BOARDS += \ tuna-atp-overlay.dtbo \ tuna-cdp-overlay.dtbo \ diff --git a/qcom/platform_map.bzl b/qcom/platform_map.bzl index 13818ee9..8f1c6ddb 100644 --- a/qcom/platform_map.bzl +++ b/qcom/platform_map.bzl @@ -76,6 +76,7 @@ _platform_map = { "tuna": { "dtb_list": [ {"name": "tuna.dtb"}, + {"name": "tuna7.dtb"}, ], "dtbo_list": [ { diff --git a/qcom/tuna7.dts b/qcom/tuna7.dts new file mode 100644 index 00000000..7153cabb --- /dev/null +++ b/qcom/tuna7.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; + +#include "tuna7.dtsi" +/ { + model = "Qualcomm Technologies, Inc. Tuna 7 SoC"; + compatible = "qcom,tuna"; + qcom,board-id = <0 0>; +}; diff --git a/qcom/tuna7.dtsi b/qcom/tuna7.dtsi new file mode 100644 index 00000000..769de07c --- /dev/null +++ b/qcom/tuna7.dtsi @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "tuna.dtsi" +/ { + model = "Qualcomm Technologies, Inc. Tuna 7"; + compatible = "qcom,tuna"; + qcom,msm-id = <681 0x10000>; +};