]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/sound/mt8183-da7219-max98357.txt
Import DTS from Linux 5.8
[FreeBSD/FreeBSD.git] / Bindings / sound / mt8183-da7219-max98357.txt
1 MT8183 with MT6358, DA7219 and MAX98357 CODECS
2
3 Required properties:
4 - compatible : "mediatek,mt8183_da7219_max98357"
5 - mediatek,headset-codec: the phandles of da7219 codecs
6 - mediatek,platform: the phandle of MT8183 ASoC platform
7
8 Example:
9
10         sound {
11                 compatible = "mediatek,mt8183_da7219_max98357";
12                 mediatek,headset-codec = <&da7219>;
13                 mediatek,platform = <&afe>;
14         };
15