1
0
Fork 0

ARM: dts: sun8i-a23: Add device node for internal audio codec

Now that we have a device tree binding and driver for the A23's
internal audio codec, add a device node for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
zero-colors
Chen-Yu Tsai 2016-11-25 20:34:38 +08:00 committed by Maxime Ripard
parent 7f5d64f369
commit ad2151c542
1 changed files with 16 additions and 0 deletions

View File

@ -48,6 +48,22 @@
memory {
reg = <0x40000000 0x40000000>;
};
soc@01c00000 {
codec: codec@01c22c00 {
#sound-dai-cells = <0>;
compatible = "allwinner,sun8i-a23-codec";
reg = <0x01c22c00 0x400>;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_BUS_CODEC>, <&ccu CLK_AC_DIG>;
clock-names = "apb", "codec";
resets = <&ccu RST_BUS_CODEC>;
dmas = <&dma 15>, <&dma 15>;
dma-names = "rx", "tx";
allwinner,codec-analog-controls = <&codec_analog>;
status = "disabled";
};
};
};
&ccu {