2 * Copyright © 2013 Keith Packard <keithp@keithp.com>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
13 * You should have received a copy of the GNU General Public License along
14 * with this program; if not, write to the Free Software Foundation, Inc.,
15 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20 #define AO_STACK_SIZE 384
22 #define IS_FLASH_LOADER 0
24 /* Crystal on the board */
25 #define AO_LPC_CLKIN 12000000
27 /* Main clock frequency. 48MHz for USB so we don't use the USB PLL */
28 #define AO_LPC_CLKOUT 48000000
30 /* System clock frequency */
31 #define AO_LPC_SYSCLK 24000000
35 #define HAS_USB_CONNECT 0
36 #define HAS_USB_VBUS 0
37 #define HAS_USB_PULLUP 1
38 #define AO_USB_PULLUP_PORT 0
39 #define AO_USB_PULLUP_PIN 6
44 #define USE_SERIAL_0_STDIN 0
45 #define SERIAL_0_18_19 1
46 #define SERIAL_0_14_15 0
47 #define SERIAL_0_17_18 0
48 #define SERIAL_0_26_27 0
53 #define SPI_SCK0_P0_6 0
55 #define SPI_SCK1_P1_15 0
56 #define SPI_MISO1_P0_22 1
57 #define SPI_MOSI1_P0_21 0
63 #define LED_PIN_GREEN 21
64 #define AO_LED_RED (1 << LED_PIN_RED)
65 #define AO_LED_GREEN (1 << LED_PIN_GREEN)
67 #define LEDS_AVAILABLE (AO_LED_RED|AO_LED_GREEN)
69 /* Kludge the SPI driver to not configure any