Lines Matching +full:sun50i +full:- +full:h6 +full:- +full:ccu
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>
14 const: allwinner,sun50i-h6-dmic
16 "#sound-dai-cells":
27 - description: Bus Clock
28 - description: Module Clock
30 clock-names:
32 - const: bus
33 - const: mod
37 - description: RX DMA Channel
39 dma-names:
41 - const: rx
47 - "#sound-dai-cells"
48 - compatible
49 - reg
50 - interrupts
51 - clocks
52 - clock-names
53 - dmas
54 - dma-names
55 - resets
60 - |
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
62 #include <dt-bindings/interrupt-controller/irq.h>
64 #include <dt-bindings/clock/sun50i-h6-ccu.h>
65 #include <dt-bindings/reset/sun50i-h6-ccu.h>
68 #sound-dai-cells = <0>;
69 compatible = "allwinner,sun50i-h6-dmic";
72 clocks = <&ccu CLK_BUS_DMIC>, <&ccu CLK_DMIC>;
73 clock-names = "bus", "mod";
75 dma-names = "rx";
76 resets = <&ccu RST_BUS_DMIC>;