Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sound / nvidia,tegra20-das.txt
1 NVIDIA Tegra 20 DAS (Digital Audio Switch) controller
2
3 Required properties:
4 - compatible : "nvidia,tegra20-das"
5 - reg : Should contain DAS registers location and length
6
7 Example:
8
9 das@70000c00 {
10         compatible = "nvidia,tegra20-das";
11         reg = <0x70000c00 0x80>;
12 };