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