We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2989a2d commit 457fa78Copy full SHA for 457fa78
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
@@ -250,6 +250,17 @@
250
};
251
252
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
+
264
periphs: bus@34400 {
265
compatible = "simple-bus";
266
reg = <0x0 0x34400 0x0 0x400>;
0 commit comments