summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
blob: 9dd243400d1b2d0792c3d0abfb7631fbf7ace57b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef VARIANT_GPIO_H
#define VARIANT_GPIO_H

#include <baseboard/gpio.h>

#undef EC_SYNC_IRQ
#define EC_SYNC_IRQ	GPP_D14_IRQ

#endif