Skip to content

Commit 457fa78

Browse files
jbrun3tkhilman
authored andcommitted
arm64: dts: meson: g12: add internal DAC
add internal audio DAC support on the g12 and sm1 SoC family Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2989a2d commit 457fa78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,17 @@
250250
};
251251
};
252252

253+
acodec: audio-controller@32000 {
254+
compatible = "amlogic,t9015";
255+
reg = <0x0 0x32000 0x0 0x14>;
256+
#sound-dai-cells = <0>;
257+
sound-name-prefix = "ACODEC";
258+
clocks = <&clkc CLKID_AUDIO_CODEC>;
259+
clock-names = "pclk";
260+
resets = <&reset RESET_AUDIO_CODEC>;
261+
status = "disabled";
262+
};
263+
253264
periphs: bus@34400 {
254265
compatible = "simple-bus";
255266
reg = <0x0 0x34400 0x0 0x400>;

0 commit comments

Comments
 (0)