summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/pujjo/include/variant/gpio.h
blob: c96b01fc150956f3d0f8680ec5178bcfc1254a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 T2_OFF_MS	20

#endif