Add support for RCM KERA device with Orne. Change-Id: I1b1878fee4d5f662dc011fe76bdba3f6950d42f7 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-audio-rcm-orne.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kuna RCM+ORNE";
|
|
compatible = "qcom,kera-rcm", "qcom,kera", "qcom,kerap-rcm", "qcom,kerap",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <686 0x10000>, <659 0x10000>;
|
|
qcom,board-id = <0x10015 0>, <0x20015 0>, <0x30015 0>, <0x30015 1>,
|
|
<0x10015 1>, <0x20015 1>;
|
|
};
|