Lines Matching +full:meson +full:- +full:gxbb +full:- +full:reset

1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jerome Brunet <jbrunet@baylibre.com>
14 pattern: "^audio-controller@.*"
16 "#sound-dai-cells":
21 - enum:
22 - amlogic,aiu-gxbb
23 - amlogic,aiu-gxl
24 - amlogic,aiu-meson8
25 - amlogic,aiu-meson8b
26 - const: amlogic,aiu
30 - description: AIU peripheral clock
31 - description: I2S peripheral clock
32 - description: I2S output clock
33 - description: I2S master clock
34 - description: I2S mixer clock
35 - description: SPDIF peripheral clock
36 - description: SPDIF output clock
37 - description: SPDIF master clock
38 - description: SPDIF master clock multiplexer
40 clock-names:
42 - const: pclk
43 - const: i2s_pclk
44 - const: i2s_aoclk
45 - const: i2s_mclk
46 - const: i2s_mixer
47 - const: spdif_pclk
48 - const: spdif_aoclk
49 - const: spdif_mclk
50 - const: spdif_mclk_sel
54 - description: I2S interrupt line
55 - description: SPDIF interrupt line
57 interrupt-names:
59 - const: i2s
60 - const: spdif
69 - "#sound-dai-cells"
70 - compatible
71 - clocks
72 - clock-names
73 - interrupts
74 - interrupt-names
75 - reg
76 - resets
81 - |
82 #include <dt-bindings/clock/gxbb-clkc.h>
83 #include <dt-bindings/interrupt-controller/irq.h>
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
87 aiu: audio-controller@5400 {
88 compatible = "amlogic,aiu-gxl", "amlogic,aiu";
89 #sound-dai-cells = <2>;
93 interrupt-names = "i2s", "spdif";
103 clock-names = "pclk",
112 resets = <&reset RESET_AIU>;