Switch from GPLv2 to GPLv2+
[fw/altos] / src / lpcxpresso / ao_pins.h
1 /*
2  * Copyright © 2013 Keith Packard <keithp@keithp.com>
3  *
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; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17  */
18
19 #define HAS_BEEP        0
20
21 /* Crystal on the board */
22 #define AO_LPC_CLKIN    12000000
23
24 /* Main clock frequency. 48MHz for USB so we don't use the USB PLL */
25 #define AO_LPC_CLKOUT   48000000
26
27 /* System clock frequency */
28 #define AO_LPC_SYSCLK   24000000
29
30 #define LED_PORT        0
31 #define LED_PIN_RED     7
32
33 #define AO_LED_RED      (1 << LED_PIN_RED)
34
35 #define LEDS_AVAILABLE  AO_LED_RED
36
37 #define HAS_USB         1
38
39 #define HAS_USB_CONNECT 1
40 #define HAS_USB_VBUS    1
41
42 #define PACKET_HAS_SLAVE        0
43
44 /* USART */
45
46 #define HAS_SERIAL              1
47 #define USE_SERIAL_0_STDIN      1
48 #define SERIAL_0_18_19          1
49 #define SERIAL_0_14_15          0
50 #define SERIAL_0_17_18          0
51 #define SERIAL_0_26_27          0