Add audio device tree support for ATP, CDP, MTP, QRD, RCM platforms for Kera SoC. Change-Id: I902e8704d07cafe118047b152d83979f57cbf334 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
86 lines
1.2 KiB
Plaintext
86 lines
1.2 KiB
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
#include "kera-audio-overlay.dtsi"
|
|
#include "kera-audio-lpass-reg.dtsi"
|
|
|
|
&tx_swr_clk_active {
|
|
config {
|
|
drive-strength = <2>;
|
|
};
|
|
};
|
|
|
|
&tx_swr_data0_active {
|
|
config {
|
|
drive-strength = <2>;
|
|
};
|
|
};
|
|
|
|
&tx_swr_data1_active {
|
|
config {
|
|
drive-strength = <2>;
|
|
};
|
|
};
|
|
|
|
&tx_swr_data2_active {
|
|
config {
|
|
drive-strength = <2>;
|
|
};
|
|
};
|
|
|
|
&wsa_swr {
|
|
wsa884x_0220: wsa884x@02170220 {
|
|
status = "disabled";
|
|
};
|
|
|
|
wsa884x_0221: wsa884x@02170221 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&wsa_macro {
|
|
qcom,wsa-bat-cfgs = <1>, <1>;
|
|
};
|
|
|
|
&wcd939x_rx_slave {
|
|
status = "disabled";
|
|
};
|
|
|
|
&wcd939x_tx_slave {
|
|
status = "disabled";
|
|
};
|
|
|
|
&wcd939x_codec {
|
|
status = "disabled";
|
|
};
|
|
|
|
&cdc_dmic01_gpios {
|
|
status = "disabled";
|
|
};
|
|
|
|
&cdc_dmic23_gpios {
|
|
status = "disabled";
|
|
};
|
|
|
|
&wcd9378_codec {
|
|
status = "okay";
|
|
};
|
|
|
|
&wcd9378_rx_slave {
|
|
status = "okay";
|
|
};
|
|
|
|
&wcd9378_tx_slave {
|
|
status = "okay";
|
|
};
|
|
|
|
&kera_snd {
|
|
qcom,model = "kera-qrd-snd-card";
|
|
asoc-codec = <&stub_codec>, <&lpass_cdc>,
|
|
<&wcd9378_codec>, <&wsa884x_0221>;
|
|
asoc-codec-names = "msm-stub-codec.1", "lpass-cdc",
|
|
"wcd9378_codec", "wsa-codec2";
|
|
qcom,wsa-max-devs = <1>;
|
|
};
|