summaryrefslogtreecommitdiff
path: root/board/sentry/lfw/gpio.inc
blob: 68abda03db6fefb1889d474f775e222c09f20726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- mode:c -*-
 *
 * Copyright 2016 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.
 *
 * Minimal set of GPIOs needed for LFW loader
 */

/* SPI PVT chip select */
GPIO(PVT_CS0, PIN(146), GPIO_ODR_HIGH)

/* Alternate functions GPIO definition */
/* UART */
ALTERNATE(PIN_MASK(16, 0x24),   1,      MODULE_UART,            0)
/* SPI pins */
ALTERNATE(PIN_MASK(5,  0x10),   1,      MODULE_SPI,             0)
ALTERNATE(PIN_MASK(16, 0x10),   1,      MODULE_SPI,             0)
ALTERNATE(PIN_MASK(15, 0x08),   1,      MODULE_SPI,             0)