Lines Matching +full:assigned +full:- +full:clock +full:- +full:rates
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>
21 pattern: "^i2s@[0-9a-f]*$"
25 - const: nvidia,tegra210-i2s
26 - items:
27 - enum:
28 - nvidia,tegra194-i2s
29 - nvidia,tegra186-i2s
30 - const: nvidia,tegra210-i2s
39 - description: I2S bit clock
40 - description:
41 Sync input clock, which can act as clock source to other I/O
42 modules in AHUB. The Tegra I2S driver sets this clock rate as
43 per bit clock rate. I/O module which wants to use this clock
44 as source, can mention this clock as parent in the DT bindings.
45 This is an optional clock entry, since it is only required when
49 clock-names:
53 - const: i2s
54 - const: sync_input
56 assigned-clocks:
60 assigned-clock-parents:
64 assigned-clock-rates:
68 sound-name-prefix:
69 pattern: "^I2S[1-9]$"
78 - compatible
79 - reg
80 - clocks
81 - clock-names
82 - assigned-clocks
83 - assigned-clock-parents
88 - |
89 #include<dt-bindings/clock/tegra210-car.h>
92 compatible = "nvidia,tegra210-i2s";
95 clock-names = "i2s";
96 assigned-clocks = <&tegra_car TEGRA210_CLK_I2S0>;
97 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
98 assigned-clock-rates = <1536000>;
99 sound-name-prefix = "I2S1";