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 sku3 board"; 10*2846c905SEmmanuel Vadot compatible = "google,ciri-sku3", "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&sound { 18*2846c905SEmmanuel Vadot compatible = "mediatek,mt8188-rt5682s"; 19*2846c905SEmmanuel Vadot model = "mt8188_m98390_5682"; 20*2846c905SEmmanuel Vadot 21*2846c905SEmmanuel Vadot audio-routing = 22*2846c905SEmmanuel Vadot "ETDM1_OUT", "ETDM_SPK_PIN", 23*2846c905SEmmanuel Vadot "ETDM2_OUT", "ETDM_HP_PIN", 24*2846c905SEmmanuel Vadot "ETDM1_IN", "ETDM_SPK_PIN", 25*2846c905SEmmanuel Vadot "ETDM2_IN", "ETDM_HP_PIN", 26*2846c905SEmmanuel Vadot "ADDA Capture", "MTKAIF_PIN", 27*2846c905SEmmanuel Vadot "Headphone Jack", "HPOL", 28*2846c905SEmmanuel Vadot "Headphone Jack", "HPOR", 29*2846c905SEmmanuel Vadot "IN1P", "Headset Mic", 30*2846c905SEmmanuel Vadot "Left Spk", "Front Left BE_OUT", 31*2846c905SEmmanuel Vadot "Right Spk", "Front Right BE_OUT"; 32*2846c905SEmmanuel Vadot}; 33