summaryrefslogtreecommitdiff
path: root/board/atlas_ish/gpio.inc
blob: 0ddac6ccbe7b0dbd93445fc55af212a20c282119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -*- mode:c -*-
 *
 * Copyright 2018 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.
 */

/* Trackpad interrupt pin */
/*TODO: touchpad driver is not in gerrit yet, so comment out this for now */
/*GPIO_INT(TOUCHPAD_INT, PIN(1), GPIO_INT_F_FALLING, touchpad_event)*/

/* Those are used by common code, don't change*/
UNIMPLEMENTED(ENTERING_RW)
UNIMPLEMENTED(ISH_I2C0_SDA)
UNIMPLEMENTED(ISH_I2C0_SCL)