As eSE is present in multiple tuna boards, added the board and msm id's for all the revellant tuna boards. Change-Id: Ia04cab5be445331dbd8c79ea3e4edb7566bfd74e
18 lines
408 B
Plaintext
18 lines
408 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 RCM + kiwi WLAN";
|
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
|
qcom,board-id = <21 1>;
|
|
};
|