mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
MX35: add pins definition for UART3
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
9d940442d3
commit
e0a83cc1f5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue