1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2023 Google LLC
4 */
5/dts-v1/;
6#include "mt8188-geralt-ciri.dtsi"
7
8/ {
9	model = "Google Ciri sku1 board";
10	compatible = "google,ciri-sku1", "google,ciri", "mediatek,mt8188";
11};
12
13&dsi_panel {
14	compatible = "ivo,t109nw41", "himax,hx83102";
15};
16
17&i2c0 {
18	/delete-node/ audio-codec@1a;
19
20	es8326: audio-codec@19 {
21		compatible = "everest,es8326";
22		reg = <0x19>;
23		interrupts-extended = <&pio 108 IRQ_TYPE_LEVEL_LOW>;
24		pinctrl-names = "default";
25		pinctrl-0 = <&audio_codec_pins>;
26		#sound-dai-cells = <0>;
27		everest,jack-pol = [0e];
28		everest,interrupt-clk = [00];
29	};
30};
31
32&sound {
33	compatible = "mediatek,mt8188-es8326";
34	model = "mt8188_m98390_8326";
35
36	audio-routing =
37		"ETDM1_OUT", "ETDM_SPK_PIN",
38		"ETDM2_OUT", "ETDM_HP_PIN",
39		"ETDM1_IN", "ETDM_SPK_PIN",
40		"ETDM2_IN", "ETDM_HP_PIN",
41		"ADDA Capture", "MTKAIF_PIN",
42		"Headphone Jack", "HPOL",
43		"Headphone Jack", "HPOR",
44		"MIC1", "Headset Mic",
45		"Left Spk", "Front Left BE_OUT",
46		"Right Spk", "Front Right BE_OUT";
47
48	dai-link-2 {
49		codec {
50			sound-dai = <&es8326>;
51		};
52	};
53
54	dai-link-3 {
55		codec {
56			sound-dai = <&es8326>;
57		};
58	};
59};
60