Lines Matching +full:iec +full:- +full:61937
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/st,stm32-spdifrx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Olivier Moysan <olivier.moysan@foss.st.com>
14 IEC-60958 and IEC-61937.
19 - st,stm32h7-spdifrx
21 "#sound-dai-cells":
30 clock-names:
32 - const: kclk
39 - description: audio data capture DMA
40 - description: IEC status bits capture DMA
42 dma-names:
44 - const: rx
45 - const: rx-ctrl
51 - compatible
52 - "#sound-dai-cells"
53 - reg
54 - clocks
55 - clock-names
56 - interrupts
57 - dmas
58 - dma-names
63 - |
64 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 #include <dt-bindings/clock/stm32mp1-clks.h>
67 compatible = "st,stm32h7-spdifrx";
68 #sound-dai-cells = <0>;
71 clock-names = "kclk";
75 dma-names = "rx", "rx-ctrl";
76 pinctrl-0 = <&spdifrx_pins>;
77 pinctrl-names = "default";