Add context banks support for kera Change-Id: I84be824b5cca9b40f781a201963c9c0541bf67ed Signed-off-by: Patan Saddam <quic_psaddam@quicinc.com>
16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-dsp-trustedvm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera - TrustedVM";
|
|
compatible = "qcom,kera";
|
|
qcom,msm-id = <659 0x10000>;
|
|
};
|