diff options
author | Stefano Babic <sbabic@denx.de> | 2011-08-05 09:12:34 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-03 22:56:17 +0100 |
commit | e0a83cc1f5052cd95ce036b5813e8c394731b3b2 (patch) | |
tree | e03fbc2f669fdd41e97aa8fbc27db957cadf733b /arch | |
parent | 9d940442d39667b3cb78363b583e992ffe76f45e (diff) | |
download | u-boot-imx-e0a83cc1f5052cd95ce036b5813e8c394731b3b2.zip u-boot-imx-e0a83cc1f5052cd95ce036b5813e8c394731b3b2.tar.gz u-boot-imx-e0a83cc1f5052cd95ce036b5813e8c394731b3b2.tar.bz2 |
MX35: add pins definition for UART3
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-mx35/mx35_pins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx35/mx35_pins.h b/arch/arm/include/asm/arch-mx35/mx35_pins.h index 14669ff..3676e33 100644 --- a/arch/arm/include/asm/arch-mx35/mx35_pins.h +++ b/arch/arm/include/asm/arch-mx35/mx35_pins.h @@ -349,6 +349,9 @@ typedef enum iomux_pins { MX35_PIN_FEC_TDATA2 = _MXC_BUILD_GPIO_PIN(2, 21, 0x31C, 0x780), MX35_PIN_FEC_RDATA3 = _MXC_BUILD_GPIO_PIN(2, 22, 0x320, 0x784), MX35_PIN_FEC_TDATA3 = _MXC_BUILD_GPIO_PIN(2, 23, 0x324, 0x788), + + MX35_PIN_RTS2_UART3_RXD_MUX = _MXC_BUILD_NON_GPIO_PIN(0x1a0, 0x5e4), + MX35_PIN_CTS2_UART3_TXD_MUX = _MXC_BUILD_NON_GPIO_PIN(0x1a4, 0x5e8), } iomux_pin_name_t; #endif |