Add ADSP context banks support for ravelin Change-Id: I5654b66740165e8646ef0503ecedff6b6c1661a2 (cherry picked from commit 0aa9cc2941e7b541b3207186d250794ec8d790a8)
16 lines
320 B
Plaintext
Executable File
16 lines
320 B
Plaintext
Executable File
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "ravelin-dsp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. ravelin v1 SoC";
|
|
compatible = "qcom,ravelin";
|
|
qcom,msm-id = <568 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|