Lines Matching +full:assigned +full:- +full:clock +full:- +full:parents
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra186-dspk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 Density Modulation (PDM) transmitter that up-samples the input to
13 over sampled Pulse Code Modulation (PCM) input to the desired 1-bit
17 - Jon Hunter <jonathanh@nvidia.com>
18 - Sameer Pujar <spujar@nvidia.com>
22 pattern: "^dspk@[0-9a-f]*$"
26 - const: nvidia,tegra186-dspk
27 - items:
28 - const: nvidia,tegra194-dspk
29 - const: nvidia,tegra186-dspk
37 clock-names:
40 assigned-clocks:
43 assigned-clock-parents:
46 assigned-clock-rates:
49 sound-name-prefix:
50 pattern: "^DSPK[1-9]$"
59 - compatible
60 - reg
61 - clocks
62 - clock-names
63 - assigned-clocks
64 - assigned-clock-parents
65 - sound-name-prefix
70 - |
71 #include<dt-bindings/clock/tegra186-clock.h>
74 compatible = "nvidia,tegra186-dspk";
77 clock-names = "dspk";
78 assigned-clocks = <&bpmp TEGRA186_CLK_DSPK1>;
79 assigned-clock-parents = <&bpmp TEGRA186_CLK_PLL_A_OUT0>;
80 assigned-clock-rates = <12288000>;
81 sound-name-prefix = "DSPK1";