1b97ee269SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2b97ee269SEmmanuel Vadot/*
3b97ee269SEmmanuel Vadot * Copyright (C) 2021 MediaTek Inc.
4b97ee269SEmmanuel Vadot */
5b97ee269SEmmanuel Vadot/dts-v1/;
6b97ee269SEmmanuel Vadot#include "mt8195-cherry.dtsi"
7b97ee269SEmmanuel Vadot
8b97ee269SEmmanuel Vadot/ {
9b97ee269SEmmanuel Vadot	model = "Acer Tomato (rev3 - 4) board";
10b97ee269SEmmanuel Vadot	compatible = "google,tomato-rev4", "google,tomato-rev3",
11b97ee269SEmmanuel Vadot		     "google,tomato", "mediatek,mt8195";
12b97ee269SEmmanuel Vadot};
13b97ee269SEmmanuel Vadot
14*cb7aa33aSEmmanuel Vadot&audio_codec {
15*cb7aa33aSEmmanuel Vadot	compatible = "realtek,rt5682s";
16*cb7aa33aSEmmanuel Vadot	realtek,amic-delay-ms = <250>;
17*cb7aa33aSEmmanuel Vadot};
18*cb7aa33aSEmmanuel Vadot
19b97ee269SEmmanuel Vadot&pio_default {
20b97ee269SEmmanuel Vadot	pins-low-power-hdmi-disable {
21b97ee269SEmmanuel Vadot		pinmux = <PINMUX_GPIO31__FUNC_GPIO31>,
22b97ee269SEmmanuel Vadot			 <PINMUX_GPIO32__FUNC_GPIO32>,
23b97ee269SEmmanuel Vadot			 <PINMUX_GPIO33__FUNC_GPIO33>,
24b97ee269SEmmanuel Vadot			 <PINMUX_GPIO34__FUNC_GPIO34>,
25b97ee269SEmmanuel Vadot			 <PINMUX_GPIO35__FUNC_GPIO35>;
26b97ee269SEmmanuel Vadot		input-enable;
27b97ee269SEmmanuel Vadot		bias-pull-down;
28b97ee269SEmmanuel Vadot	};
29b97ee269SEmmanuel Vadot
30b97ee269SEmmanuel Vadot	pins-low-power-pcie0-disable {
31b97ee269SEmmanuel Vadot		pinmux = <PINMUX_GPIO19__FUNC_GPIO19>,
32b97ee269SEmmanuel Vadot			 <PINMUX_GPIO20__FUNC_GPIO20>,
33b97ee269SEmmanuel Vadot			 <PINMUX_GPIO21__FUNC_GPIO21>;
34b97ee269SEmmanuel Vadot		input-enable;
35b97ee269SEmmanuel Vadot		bias-pull-down;
36b97ee269SEmmanuel Vadot	};
37b97ee269SEmmanuel Vadot};
38b97ee269SEmmanuel Vadot
39*cb7aa33aSEmmanuel Vadot&sound {
40*cb7aa33aSEmmanuel Vadot	compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
41*cb7aa33aSEmmanuel Vadot	model = "m8195_r1019_5682s";
42*cb7aa33aSEmmanuel Vadot};
43*cb7aa33aSEmmanuel Vadot
44b97ee269SEmmanuel Vadot&ts_10 {
45b97ee269SEmmanuel Vadot	status = "okay";
46b97ee269SEmmanuel Vadot};
47