As eSE is present in multiple tuna boards, added the board and msm id's
for all the revellant tuna boards.
Change-Id: I97689ed94861ae890ec23eec1f9a0c6d19ea3dce
(cherry picked from commit 87ac151798
)
19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-ese-common.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna CDP";
|
|
compatible = "qcom,tuna-cdp", "qcom,tuna", "qcom,tunap-cdp", "qcom,tunap",
|
|
"qcom,cdp";
|
|
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
|
|
qcom,board-id = <1 0>;
|
|
};
|