blob: bff81cc66d4116a3aaa831ff02ec20897645d0eb [file] [log] [blame]
Stanley Wu8e361042022-06-08 15:56:23 +08001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#ifndef VARIANT_GPIO_H
4#define VARIANT_GPIO_H
5
6#include <baseboard/gpio.h>
7
Stanley Wu97b0cf72022-07-12 15:44:44 +08008#define WWAN_FCPO GPP_D6
9#define WWAN_RST GPP_F12
Leo Chou75388532023-05-11 15:36:48 +080010#define WWAN_PERST GPP_H21
11#define T1_OFF_MS 20
Stanley Wu97b0cf72022-07-12 15:44:44 +080012#define T2_OFF_MS 20
13
Stanley Wu8e361042022-06-08 15:56:23 +080014#endif