As eSE is present in multiple boards, added the board and msm id's for all the revellant boards. Change-Id: Iac8c898c447059eaca4229fac65472b48e653584
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-ese-common.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RCM";
|
|
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp", "qcom,rcm";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
|
qcom,board-id = <0x15 0>;
|
|
};
|