1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2020 Google LLC
4 */
5
6#include "mt8192-asurada-audio-rt5682.dtsi"
7#include "mt8192-asurada-audio-rt1015p.dtsi"
8
9&sound {
10	compatible = "mediatek,mt8192_mt6359_rt1015p_rt5682";
11
12	speaker-codecs {
13		sound-dai = <&rt1015p>;
14	};
15
16	headset-codec {
17		sound-dai = <&rt5682 0>;
18	};
19};
20