summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/redrix4es/include/variant/gpio.h
blob: 99d09b24321adfdce2e600755de432d878e53585 (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_F21
#define WWAN_RST	GPP_E16
#define WWAN_PERST	GPP_E0
#define T1_OFF_MS	16
#define T2_OFF_MS	2

#endif