Lines Matching +full:0 +full:- +full:9 +full:a +full:- +full:f

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ahub.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The Audio Hub (AHUB) comprises a collection of hardware accelerators
11 for audio pre-processing, post-processing and a programmable full
17 - Jon Hunter <jonathanh@nvidia.com>
18 - Sameer Pujar <spujar@nvidia.com>
22 pattern: "^ahub@[0-9a-f]*$"
26 - enum:
27 - nvidia,tegra210-ahub
28 - nvidia,tegra186-ahub
29 - items:
30 - const: nvidia,tegra194-ahub
31 - const: nvidia,tegra186-ahub
39 clock-names:
42 assigned-clocks:
45 assigned-clock-parents:
48 assigned-clock-rates:
51 "#address-cells":
54 "#size-cells":
68 '^port@[0-9]':
69 $ref: audio-graph-port.yaml#
73 '^i2s@[0-9a-f]+$':
76 '^dmic@[0-9a-f]+$':
78 $ref: nvidia,tegra210-dmic.yaml#
80 '^admaif@[0-9a-f]+$':
82 $ref: nvidia,tegra210-admaif.yaml#
84 '^dspk@[0-9a-f]+$':
86 $ref: nvidia,tegra186-dspk.yaml#
89 - compatible
90 - reg
91 - clocks
92 - clock-names
93 - assigned-clocks
94 - assigned-clock-parents
95 - "#address-cells"
96 - "#size-cells"
97 - ranges
102 - |
103 #include<dt-bindings/clock/tegra210-car.h>
106 compatible = "nvidia,tegra210-ahub";
107 reg = <0x702d0800 0x800>;
109 clock-names = "ahub";
110 assigned-clocks = <&tegra_car TEGRA210_CLK_D_AUDIO>;
111 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
112 #address-cells = <1>;
113 #size-cells = <1>;
114 ranges = <0x702d0000 0x702d0000 0x0000e400>;
118 compatible = "nvidia,tegra210-admaif";
119 reg = <0x702d0000 0x800>;
128 <&adma 9>, <&adma 9>,
130 dma-names = "rx1", "tx1",
143 compatible = "nvidia,tegra210-i2s";
144 reg = <0x702d1000 0x100>;
146 clock-names = "i2s";
147 assigned-clocks = <&tegra_car TEGRA210_CLK_I2S0>;
148 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
149 assigned-clock-rates = <1536000>;
150 sound-name-prefix = "I2S1";
154 compatible = "nvidia,tegra210-dmic";
155 reg = <0x702d4000 0x100>;
157 clock-names = "dmic";
158 assigned-clocks = <&tegra_car TEGRA210_CLK_DMIC1>;
159 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
160 assigned-clock-rates = <3072000>;
161 sound-name-prefix = "DMIC1";