Commit a66d4ae3 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: gxl: add acodec support

Add the internal audio DAC to the gxl SoC DT
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200506221656.477379-2-jbrunet@baylibre.com
parent 326e5751
...@@ -54,6 +54,17 @@ dwc3: usb@c9000000 { ...@@ -54,6 +54,17 @@ dwc3: usb@c9000000 {
}; };
}; };
acodec: audio-controller@c8832000 {
compatible = "amlogic,t9015";
reg = <0x0 0xc8832000 0x0 0x14>;
#sound-dai-cells = <0>;
sound-name-prefix = "ACODEC";
clocks = <&clkc CLKID_ACODEC>;
clock-names = "pclk";
resets = <&reset RESET_ACODEC>;
status = "disabled";
};
crypto: crypto@c883e000 { crypto: crypto@c883e000 {
compatible = "amlogic,gxl-crypto"; compatible = "amlogic,gxl-crypto";
reg = <0x0 0xc883e000 0x0 0x36>; reg = <0x0 0xc883e000 0x0 0x36>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment