1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/microchip,sama7g5-spdifrx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip S/PDIF Rx Controller
10 - Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
13 The Microchip Sony/Philips Digital Interface Receiver is a serial port
14 compliant with the IEC-60958 standard.
17 - $ref: dai-common.yaml#
24 const: microchip,sama7g5-spdifrx
34 - description: Peripheral Bus Clock
35 - description: Generic Clock
43 description: RX DMA Channel
59 unevaluatedProperties: false
63 #include <dt-bindings/clock/at91.h>
64 #include <dt-bindings/dma/at91.h>
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 spdifrx: spdifrx@e1614000 {
68 #sound-dai-cells = <0>;
69 compatible = "microchip,sama7g5-spdifrx";
70 reg = <0xe1614000 0x4000>;
71 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
72 dmas = <&dma0 AT91_XDMAC_DT_PERID(49)>;
74 clocks = <&pmc PMC_TYPE_PERIPHERAL 84>, <&pmc PMC_TYPE_GCK 84>;
75 clock-names = "pclk", "gclk";