1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/sound/allwinner,sun8i-a33-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A33 Codec Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
18 const: allwinner,sun8i-a33-codec
28 - description: Bus Clock
29 - description: Module Clock
44 additionalProperties: false
49 #sound-dai-cells = <0>;
50 compatible = "allwinner,sun8i-a33-codec";
51 reg = <0x01c22e00 0x400>;
52 interrupts = <0 29 4>;
53 clocks = <&ccu 47>, <&ccu 92>;
54 clock-names = "bus", "mod";