summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg/gpio.inc
blob: 57f78203ba6721959fc403ae6cf3428132382e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright 2020 The Chromium OS Authors. All rights reserved.
 * 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)