Lines Matching +full:sound +full:- +full:name +full:- +full:prefix
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The Inter-IC Sound (I2S) controller implements full-duplex,
11 bi-directional and single direction point-to-point serial
16 - Jon Hunter <jonathanh@nvidia.com>
17 - Sameer Pujar <spujar@nvidia.com>
20 - $ref: dai-common.yaml#
24 pattern: "^i2s@[0-9a-f]*$"
28 - enum:
29 - nvidia,tegra210-i2s
30 - nvidia,tegra264-i2s
31 - items:
32 - enum:
33 - nvidia,tegra234-i2s
34 - nvidia,tegra194-i2s
35 - nvidia,tegra186-i2s
36 - const: nvidia,tegra210-i2s
44 - description: I2S bit clock
45 - description:
54 clock-names:
57 - const: i2s
58 - const: sync_input
60 assigned-clocks:
64 assigned-clock-parents:
68 assigned-clock-rates:
72 sound-name-prefix:
73 pattern: "^I2S[1-9]$"
79 $ref: audio-graph-port.yaml#
86 $ref: audio-graph-port.yaml#
93 - compatible
94 - reg
95 - clocks
96 - clock-names
97 - assigned-clocks
98 - assigned-clock-parents
103 - |
104 #include<dt-bindings/clock/tegra210-car.h>
107 compatible = "nvidia,tegra210-i2s";
110 clock-names = "i2s";
111 assigned-clocks = <&tegra_car TEGRA210_CLK_I2S0>;
112 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
113 assigned-clock-rates = <1536000>;
114 sound-name-prefix = "I2S1";