Initial check in of pineapple and sun dt files on new branch. Signed-off-by: Eric Rosas <quic_erosas@quicinc.com> Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
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>;
|
|
};
|
|
};
|