1*2846c905SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*2846c905SEmmanuel Vadot/* 3*2846c905SEmmanuel Vadot * Copyright 2024 Google LLC 4*2846c905SEmmanuel Vadot */ 5*2846c905SEmmanuel Vadot/dts-v1/; 6*2846c905SEmmanuel Vadot#include "mt8188-geralt-ciri.dtsi" 7*2846c905SEmmanuel Vadot 8*2846c905SEmmanuel Vadot/ { 9*2846c905SEmmanuel Vadot model = "Google Ciri sku7 board (rev4)"; 10*2846c905SEmmanuel Vadot compatible = "google,ciri-sku7", "google,ciri", "mediatek,mt8188"; 11*2846c905SEmmanuel Vadot}; 12*2846c905SEmmanuel Vadot 13*2846c905SEmmanuel Vadot&dsi_panel { 14*2846c905SEmmanuel Vadot compatible = "ivo,t109nw41", "himax,hx83102"; 15*2846c905SEmmanuel Vadot}; 16*2846c905SEmmanuel Vadot 17*2846c905SEmmanuel Vadot&i2c0 { 18*2846c905SEmmanuel Vadot /delete-node/ amplifier@38; 19*2846c905SEmmanuel Vadot /delete-node/ amplifier@39; 20*2846c905SEmmanuel Vadot 21*2846c905SEmmanuel Vadot tas2563: amplifier@4f { 22*2846c905SEmmanuel Vadot compatible = "ti,tas2563", "ti,tas2781"; 23*2846c905SEmmanuel Vadot reg = <0x4f>, <0x4c>; /* left / right channel */ 24*2846c905SEmmanuel Vadot reset-gpios = <&pio 118 GPIO_ACTIVE_HIGH>; 25*2846c905SEmmanuel Vadot #sound-dai-cells = <0>; 26*2846c905SEmmanuel Vadot }; 27*2846c905SEmmanuel Vadot}; 28*2846c905SEmmanuel Vadot 29*2846c905SEmmanuel Vadot&sound { 30*2846c905SEmmanuel Vadot compatible = "mediatek,mt8188-rt5682s"; 31*2846c905SEmmanuel Vadot model = "mt8188_tas2563_5682"; 32*2846c905SEmmanuel Vadot 33*2846c905SEmmanuel Vadot audio-routing = 34*2846c905SEmmanuel Vadot "ETDM1_OUT", "ETDM_SPK_PIN", 35*2846c905SEmmanuel Vadot "ETDM2_OUT", "ETDM_HP_PIN", 36*2846c905SEmmanuel Vadot "ETDM1_IN", "ETDM_SPK_PIN", 37*2846c905SEmmanuel Vadot "ETDM2_IN", "ETDM_HP_PIN", 38*2846c905SEmmanuel Vadot "ADDA Capture", "MTKAIF_PIN", 39*2846c905SEmmanuel Vadot "Headphone Jack", "HPOL", 40*2846c905SEmmanuel Vadot "Headphone Jack", "HPOR", 41*2846c905SEmmanuel Vadot "IN1P", "Headset Mic"; 42*2846c905SEmmanuel Vadot 43*2846c905SEmmanuel Vadot dai-link-1 { 44*2846c905SEmmanuel Vadot codec { 45*2846c905SEmmanuel Vadot sound-dai = <&tas2563>; 46*2846c905SEmmanuel Vadot }; 47*2846c905SEmmanuel Vadot }; 48*2846c905SEmmanuel Vadot}; 49