Lines Matching +full:sama7g5 +full:- +full:spdiftx
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mchp,spdiftx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
14 compliant with the IEC-60958 standard.
17 "#sound-dai-cells":
21 const: microchip,sama7g5-spdiftx
31 - description: Peripheral Bus Clock
32 - description: Generic Clock
34 clock-names:
36 - const: pclk
37 - const: gclk
43 dma-names:
47 - "#sound-dai-cells"
48 - compatible
49 - reg
50 - interrupts
51 - clocks
52 - clock-names
53 - dmas
54 - dma-names
59 - |
60 #include <dt-bindings/clock/at91.h>
61 #include <dt-bindings/dma/at91.h>
62 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 spdiftx@e1618000 {
65 #sound-dai-cells = <0>;
66 compatible = "microchip,sama7g5-spdiftx";
70 dma-names = "tx";
72 clock-names = "pclk", "gclk";
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_spdiftx_default>;