summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/pujjo/include/variant/gpio.h
blob: bff81cc66d4116a3aaa831ff02ec20897645d0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef VARIANT_GPIO_H
#define VARIANT_GPIO_H

#include <baseboard/gpio.h>

#define WWAN_FCPO	GPP_D6
#define WWAN_RST	GPP_F12
#define WWAN_PERST      GPP_H21
#define T1_OFF_MS	20
#define T2_OFF_MS	20

#endif