Lines Matching +full:exynos5420 +full:- +full:i2s

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/samsung-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung SoC I2S controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
16 samsung,s3c6410-i2s: for 8/16/24bit stereo I2S.
18 samsung,s5pv210-i2s: for 8/16/24bit multichannel (5.1) I2S with
22 samsung,exynos5420-i2s: for 8/16/24bit multichannel (5.1) I2S for
29 samsung,exynos7-i2s: with all the available features of Exynos5 I2S.
30 Exynos7 I2S has 7.1 channel TDM support for capture, secondary FIFO
34 samsung,exynos7-i2s1: I2S1 on previous samsung platforms supports
38 - samsung,s3c6410-i2s
39 - samsung,s5pv210-i2s
40 - samsung,exynos5420-i2s
41 - samsung,exynos7-i2s
42 - samsung,exynos7-i2s1
44 '#address-cells':
47 '#size-cells':
57 dma-names:
59 - items:
60 - const: tx
61 - const: rx
62 - items:
63 - const: tx
64 - const: rx
65 - const: tx-sec
67 assigned-clock-parents: true
68 assigned-clocks: true
74 clock-names:
76 - items:
77 - const: iis
78 - items: # for I2S0
79 - const: iis
80 - const: i2s_opclk0
81 - const: i2s_opclk1
82 - items: # for I2S1 and I2S2
83 - const: iis
84 - const: i2s_opclk0
86 "iis" is the I2S bus clock and i2s_opclk0, i2s_opclk1 are sources
90 "#clock-cells":
93 clock-output-names:
96 - items: # for I2S0
97 - const: i2s_cdclk0
98 - items: # for I2S1
99 - const: i2s_cdclk1
100 - items: # for I2S2
101 - const: i2s_cdclk2
102 description: Names of the CDCLK I2S output clocks.
107 samsung,idma-addr:
113 power-domains:
116 "#sound-dai-cells":
120 - compatible
121 - reg
122 - dmas
123 - dma-names
124 - clocks
125 - clock-names
130 - |
131 #include <dt-bindings/clock/exynos-audss-clk.h>
133 i2s0: i2s@3830000 {
134 compatible = "samsung,s5pv210-i2s";
139 dma-names = "tx", "rx", "tx-sec";
143 clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
144 #clock-cells = <1>;
145 samsung,idma-addr = <0x03000000>;
146 pinctrl-names = "default";
147 pinctrl-0 = <&i2s0_bus>;
148 #sound-dai-cells = <1>;