Back to home page

OSCL-LXR

 
 

    


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 (rev2) board";
0010         compatible = "google,tomato-rev2", "google,tomato", "mediatek,mt8195";
0011 };
0012 
0013 &pio_default {
0014         pins-low-power-hdmi-disable {
0015                 pinmux = <PINMUX_GPIO31__FUNC_GPIO31>,
0016                          <PINMUX_GPIO32__FUNC_GPIO32>,
0017                          <PINMUX_GPIO33__FUNC_GPIO33>,
0018                          <PINMUX_GPIO34__FUNC_GPIO34>,
0019                          <PINMUX_GPIO35__FUNC_GPIO35>;
0020                 input-enable;
0021                 bias-pull-down;
0022         };
0023 
0024         pins-low-power-pcie0-disable {
0025                 pinmux = <PINMUX_GPIO19__FUNC_GPIO19>,
0026                          <PINMUX_GPIO20__FUNC_GPIO20>,
0027                          <PINMUX_GPIO21__FUNC_GPIO21>;
0028                 input-enable;
0029                 bias-pull-down;
0030         };
0031 };
0032 
0033 &ts_10 {
0034         status = "okay";
0035 };