Lines Matching +full:iec +full:- +full:60958
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.
17 - $ref: dai-common.yaml#
22 - st,stm32h7-spdifrx
24 "#sound-dai-cells":
33 clock-names:
35 - const: kclk
42 - description: audio data capture DMA
43 - description: IEC status bits capture DMA
45 dma-names:
47 - const: rx
48 - const: rx-ctrl
53 access-controllers:
58 - compatible
59 - "#sound-dai-cells"
60 - reg
61 - clocks
62 - clock-names
63 - interrupts
64 - dmas
65 - dma-names
70 - |
71 #include <dt-bindings/interrupt-controller/arm-gic.h>
72 #include <dt-bindings/clock/stm32mp1-clks.h>
74 compatible = "st,stm32h7-spdifrx";
75 #sound-dai-cells = <0>;
78 clock-names = "kclk";
82 dma-names = "rx", "rx-ctrl";
83 pinctrl-0 = <&spdifrx_pins>;
84 pinctrl-names = "default";