0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003 * Copyright (C) 2021 MediaTek Inc.
0004 */
0005 /dts-v1/;
0006 #include "mt8195-cherry.dtsi"
0007
0008 / {
0009 model = "Acer Tomato (rev3 - 4) board";
0010 compatible = "google,tomato-rev4", "google,tomato-rev3",
0011 "google,tomato", "mediatek,mt8195";
0012 };
0013
0014 &pio_default {
0015 pins-low-power-hdmi-disable {
0016 pinmux = <PINMUX_GPIO31__FUNC_GPIO31>,
0017 <PINMUX_GPIO32__FUNC_GPIO32>,
0018 <PINMUX_GPIO33__FUNC_GPIO33>,
0019 <PINMUX_GPIO34__FUNC_GPIO34>,
0020 <PINMUX_GPIO35__FUNC_GPIO35>;
0021 input-enable;
0022 bias-pull-down;
0023 };
0024
0025 pins-low-power-pcie0-disable {
0026 pinmux = <PINMUX_GPIO19__FUNC_GPIO19>,
0027 <PINMUX_GPIO20__FUNC_GPIO20>,
0028 <PINMUX_GPIO21__FUNC_GPIO21>;
0029 input-enable;
0030 bias-pull-down;
0031 };
0032 };
0033
0034 &ts_10 {
0035 status = "okay";
0036 };