2020-07-09 20:24:44 +08:00
|
|
|
MT8183 with MT6358, DA7219, MAX98357, and RT1015 CODECS
|
2019-03-29 16:34:49 +08:00
|
|
|
|
|
|
|
Required properties:
|
2020-07-09 20:24:44 +08:00
|
|
|
- compatible : "mediatek,mt8183_da7219_max98357" for MAX98357A codec
|
|
|
|
"mediatek,mt8183_da7219_rt1015" for RT1015 codec
|
2020-09-11 10:48:32 +08:00
|
|
|
"mediatek,mt8183_da7219_rt1015p" for RT1015P codec
|
2019-03-29 16:34:49 +08:00
|
|
|
- mediatek,headset-codec: the phandles of da7219 codecs
|
|
|
|
- mediatek,platform: the phandle of MT8183 ASoC platform
|
|
|
|
|
2020-07-10 13:25:03 +08:00
|
|
|
Optional properties:
|
|
|
|
- mediatek,hdmi-codec: the phandles of HDMI codec
|
|
|
|
|
2019-03-29 16:34:49 +08:00
|
|
|
Example:
|
|
|
|
|
|
|
|
sound {
|
|
|
|
compatible = "mediatek,mt8183_da7219_max98357";
|
|
|
|
mediatek,headset-codec = <&da7219>;
|
2020-07-10 13:25:03 +08:00
|
|
|
mediatek,hdmi-codec = <&it6505dptx>;
|
2019-03-29 16:34:49 +08:00
|
|
|
mediatek,platform = <&afe>;
|
|
|
|
};
|
|
|
|
|