Lines Matching +full:dmic +full:- +full:ref
1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/allwinner,sun50i-h6-dmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner H6 DMIC
10 - Ban Tao <fengzheng923@gmail.com>
13 - $ref: dai-common.yaml#
18 - items:
19 - enum:
20 - allwinner,sun20i-d1-dmic
21 - const: allwinner,sun50i-h6-dmic
22 - const: allwinner,sun50i-h6-dmic
24 "#sound-dai-cells":
35 - description: Bus Clock
36 - description: Module Clock
38 clock-names:
40 - const: bus
41 - const: mod
45 - description: RX DMA Channel
47 dma-names:
49 - const: rx
55 - "#sound-dai-cells"
56 - compatible
57 - reg
58 - interrupts
59 - clocks
60 - clock-names
61 - dmas
62 - dma-names
63 - resets
68 - |
69 #include <dt-bindings/interrupt-controller/arm-gic.h>
70 #include <dt-bindings/interrupt-controller/irq.h>
72 #include <dt-bindings/clock/sun50i-h6-ccu.h>
73 #include <dt-bindings/reset/sun50i-h6-ccu.h>
75 dmic: dmic@5095000 {
76 #sound-dai-cells = <0>;
77 compatible = "allwinner,sun50i-h6-dmic";
81 clock-names = "bus", "mod";
83 dma-names = "rx";