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 sku7 board (rev4)";
10	compatible = "google,ciri-sku7", "google,ciri", "mediatek,mt8188";
11};
12
13&dsi_panel {
14	compatible = "ivo,t109nw41", "himax,hx83102";
15};
16
17&i2c0 {
18	/delete-node/ amplifier@38;
19	/delete-node/ amplifier@39;
20
21	tas2563: amplifier@4f {
22		compatible = "ti,tas2563", "ti,tas2781";
23		reg = <0x4f>, <0x4c>; /* left / right channel */
24		reset-gpios = <&pio 118 GPIO_ACTIVE_HIGH>;
25		#sound-dai-cells = <0>;
26	};
27};
28
29&sound {
30	compatible = "mediatek,mt8188-rt5682s";
31	model = "mt8188_tas2563_5682";
32
33	audio-routing =
34		"ETDM1_OUT", "ETDM_SPK_PIN",
35		"ETDM2_OUT", "ETDM_HP_PIN",
36		"ETDM1_IN", "ETDM_SPK_PIN",
37		"ETDM2_IN", "ETDM_HP_PIN",
38		"ADDA Capture", "MTKAIF_PIN",
39		"Headphone Jack", "HPOL",
40		"Headphone Jack", "HPOR",
41		"IN1P", "Headset Mic";
42
43	dai-link-1 {
44		codec {
45			sound-dai = <&tas2563>;
46		};
47	};
48};
49