1MT8183 with MT6358, TS3A227 and MAX98357 CODECS
2
3Required properties:
4- compatible : "mediatek,mt8183_mt6358_ts3a227_max98357"
5- mediatek,headset-codec: the phandles of ts3a227 codecs
6- mediatek,platform: the phandle of MT8183 ASoC platform
7
8Example:
9
10	sound {
11		compatible = "mediatek,mt8183_mt6358_ts3a227_max98357";
12		mediatek,headset-codec = <&ts3a227>;
13		mediatek,platform = <&afe>;
14	};
15
16