git-subtree-dir: qcom/audio git-subtree-mainline:573108dc30
git-subtree-split:6c0f9e7566
28 lines
610 B
Plaintext
28 lines
610 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&soc {
|
|
stub_codec: qcom,msm-stub-codec {
|
|
compatible = "qcom,msm-stub-codec";
|
|
};
|
|
|
|
audio_pkt_core_platform: qcom,audio-pkt-core-platform {
|
|
compatible = "qcom,audio-pkt-core-platform";
|
|
};
|
|
|
|
adsp_loader: qcom,msm-adsp-loader {
|
|
status = "disabled";
|
|
compatible = "qcom,adsp-loader";
|
|
qcom,rproc-handle = <&adsp_pas>;
|
|
qcom,adsp-state = <0>;
|
|
};
|
|
|
|
adsp_notify: qcom,msm-adsp-notify {
|
|
status = "ok";
|
|
compatible = "qcom,adsp-notify";
|
|
qcom,rproc-handle = <&adsp_pas>;
|
|
};
|
|
};
|