summaryrefslogtreecommitdiff
path: root/board/chell/lfw/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/lfw/gpio.inc')
-rw-r--r--board/chell/lfw/gpio.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/board/chell/lfw/gpio.inc b/board/chell/lfw/gpio.inc
deleted file mode 100644
index ab49347562..0000000000
--- a/board/chell/lfw/gpio.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -*- mode:c -*-
- *
- * Copyright 2015 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
- */
-
-/* Declare symbolic names for all the GPIOs that we care about.
- * Note: Those with interrupt handlers must be declared first. */
-
-/* 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)