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

/* Recovery signal from DOWN button */
GPIO(RECOVERY_L, D, 1, GPIO_PULL_UP, NULL)
GPIO(DEBUG_LED,  A, 7, GPIO_OUT_LOW, NULL)

/*
 * Signals which aren't implemented on BDS but we'll emulate anyway, to
 * make it more convenient to debug other code.
 */
UNIMPLEMENTED(WP)          /* Write protect input */
UNIMPLEMENTED(ENTERING_RW) /* EC entering RW code */