]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-stv0991/stv0991_periph.h
stv0991: enable ethernet support
[karo-tx-uboot.git] / arch / arm / include / asm / arch-stv0991 / stv0991_periph.h
1 /*
2  * (C) Copyright 2014
3  * Vikas Manocha, ST Micoelectronics, vikas.manocha@st.com.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __ASM_ARM_ARCH_PERIPH_H
9 #define __ASM_ARM_ARCH_PERIPH_H
10
11 /*
12  * Peripherals required for pinmux configuration. List will
13  * grow with support for more devices getting added.
14  * Numbering based on interrupt table.
15  *
16  */
17 enum periph_id {
18         UART_GPIOC_30_31 = 0,
19         UART_GPIOB_16_17,
20         ETH_GPIOB_10_31_C_0_4,
21         PERIPH_ID_I2C0,
22         PERIPH_ID_I2C1,
23         PERIPH_ID_I2C2,
24         PERIPH_ID_I2C3,
25         PERIPH_ID_I2C4,
26         PERIPH_ID_I2C5,
27         PERIPH_ID_I2C6,
28         PERIPH_ID_I2C7,
29         PERIPH_ID_SPI0,
30         PERIPH_ID_SPI1,
31         PERIPH_ID_SPI2,
32         PERIPH_ID_SDMMC0,
33         PERIPH_ID_SDMMC1,
34         PERIPH_ID_SDMMC2,
35         PERIPH_ID_SDMMC3,
36         PERIPH_ID_I2S1,
37 };
38
39 enum periph_clock {
40         UART_CLOCK_CFG = 0,
41         ETH_CLOCK_CFG,
42 };
43
44 #endif /* __ASM_ARM_ARCH_PERIPH_H */