1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2024 Google LLC
4 */
5/dts-v1/;
6#include "mt8188-geralt-ciri.dtsi"
7
8/ {
9	model = "Google Ciri sku3 board";
10	compatible = "google,ciri-sku3", "google,ciri", "mediatek,mt8188";
11};
12
13&dsi_panel {
14	compatible = "ivo,t109nw41", "himax,hx83102";
15};
16
17&sound {
18	compatible = "mediatek,mt8188-rt5682s";
19	model = "mt8188_m98390_5682";
20
21	audio-routing =
22		"ETDM1_OUT", "ETDM_SPK_PIN",
23		"ETDM2_OUT", "ETDM_HP_PIN",
24		"ETDM1_IN", "ETDM_SPK_PIN",
25		"ETDM2_IN", "ETDM_HP_PIN",
26		"ADDA Capture", "MTKAIF_PIN",
27		"Headphone Jack", "HPOL",
28		"Headphone Jack", "HPOR",
29		"IN1P", "Headset Mic",
30		"Left Spk", "Front Left BE_OUT",
31		"Right Spk", "Front Right BE_OUT";
32};
33