| * Copyright (c) 2015 Joachim Eastwood <manabian@gmail.com> |
| * This code is released using a dual license strategy: BSD/GPL |
| * You can choose the licence that better fits your requirements. |
| * Released under the terms of 3-clause BSD License |
| * Released under the terms of GNU General Public License Version 2.0 |
| /* LPC18xx/43xx base clock ids */ |
| #define BASE_PERIPH_CLK 2 |
| #define BASE_PHY_RX_CLK 7 |
| #define BASE_PHY_TX_CLK 8 |
| #define BASE_ADCHS_CLK 12 |
| #define BASE_UART0_CLK 16 |
| #define BASE_UART1_CLK 17 |
| #define BASE_UART2_CLK 18 |
| #define BASE_UART3_CLK 19 |
| #define BASE_AUDIO_CLK 25 |
| #define BASE_CGU_OUT0_CLK 26 |
| #define BASE_CGU_OUT1_CLK 27 |
| #define BASE_CLK_MAX (BASE_CGU_OUT1_CLK + 1) |