blob: a82d716f10d449a7f3e8737f356ce9b75af9a6f6 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2021 MediaTek Inc.
4 */
5/dts-v1/;
6#include "mt8195-cherry.dtsi"
7
8/ {
9 model = "Acer Tomato (rev1) board";
10 compatible = "google,tomato-rev1", "google,tomato", "mediatek,mt8195";
11};
12
13&audio_codec {
14 compatible = "realtek,rt5682i";
15 realtek,btndet-delay = <16>;
16};
17
18&sound {
19 compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
20 model = "mt8195_r1019_5682";
21};
22
23&ts_10 {
24 status = "okay";
25};
Tom Rini6bb92fc2024-05-20 09:54:58 -060026
27&watchdog {
28 /delete-property/ mediatek,disable-extrst;
29};