summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg/gpio.inc
blob: 6cc09a20df6acf2b490fad8b5b5de2e8a0554025 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright 2020 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "base-gpio.inc"

/* Interrupts */
GPIO_INT(PCH_SLP_S0_L,    PIN(A, 8), GPIO_INT_BOTH, slp_event)
GPIO_INT(PCH_SLP_S3_L,    PIN(B, 6), GPIO_INT_BOTH, slp_event)