Files
t23x-public-dts/overlay/tegra234-audio-overlay.dts
Gautham Srinivasan 853dd1a3d1 overlay: add missing "SPDX-FileCopyrightText" tag
svcacv is giving -1 as SPDX-FileCopyrightText tag was missing in
the license header. Fix them.

Bug 4327489

Change-Id: Ie71faf9d60550318d4722bdc0559af4cd2d3b441
Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2995601
(cherry picked from commit 27a9472777)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2997051
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
2023-10-14 05:56:53 -07:00

173 lines
2.7 KiB
Devicetree

// SPDX-License-Identifier: GPL-2.0-only
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
/dts-v1/;
/plugin/;
/ {
/* SFC overrrides */
fragment-audio-overrides@0 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/sfc@2902000/ports";
__overlay__ {
port@0 {
endpoint {
convert-rate = <96000>;
};
};
port@1 {
endpoint {
convert-rate = <48000>;
};
};
};
};
fragment-audio-overrides@1 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/sfc@2902200/ports";
__overlay__ {
port@0 {
endpoint {
convert-rate = <22050>;
};
};
port@1 {
endpoint {
convert-rate = <48000>;
};
};
};
};
fragment-audio-overrides@2 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/sfc@2902400/ports";
__overlay__ {
port@0 {
endpoint {
convert-rate = <8000>;
};
};
port@1 {
endpoint {
convert-rate = <48000>;
};
};
};
};
fragment-audio-overrides@3 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/sfc@2902600/ports";
__overlay__ {
port@0 {
endpoint {
convert-rate = <192000>;
};
};
port@1 {
endpoint {
convert-rate = <48000>;
};
};
};
};
/* I2S4 override for SFC */
fragment-audio-overrides@4 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/i2s@2901300/ports";
__overlay__ {
port@1 {
endpoint {
convert-rate = <48000>;
};
};
};
};
/* AMX/ADX overrides */
fragment-audio-overrides@5 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/amx@2903000/ports";
__overlay__ {
port@0 {
endpoint {
convert-channels = <2>;
};
};
port@1 {
endpoint {
convert-channels = <2>;
};
};
port@2 {
endpoint {
convert-channels = <2>;
};
};
port@3 {
endpoint {
convert-channels = <2>;
};
};
port@4 {
endpoint {
convert-channels = <8>;
};
};
};
};
fragment-audio-overrides@6 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/adx@2903800/ports";
__overlay__ {
port@0 {
endpoint {
convert-channels = <8>;
};
};
port@1 {
endpoint {
convert-channels = <2>;
};
};
port@2 {
endpoint {
convert-channels = <2>;
};
};
port@3 {
endpoint {
convert-channels = <2>;
};
};
port@4 {
endpoint {
convert-channels = <2>;
};
};
};
};
/* I2S6 override for AMX and ADX */
fragment-audio-overrides@7 {
target-path = "/bus@0/aconnect@2900000/ahub@2900800/i2s@2901500/ports";
__overlay__ {
port@1 {
endpoint {
dai-format = "dsp_a";
convert-channels = <8>;
};
};
};
};
};