mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
ARM: sun6i: Define UART0 pins for A31
UART0 is the default debug/console UART on the A31. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
1d1bd42eb0
commit
ba1e40fdd3
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ enum sunxi_gpio_number {
|
||||||
|
|
||||||
#define SUN4I_GPH22_SDC1 5
|
#define SUN4I_GPH22_SDC1 5
|
||||||
|
|
||||||
|
#define SUN6I_GPH20_UART0_TX 2
|
||||||
|
#define SUN6I_GPH21_UART0_RX 2
|
||||||
|
|
||||||
#define SUN4I_GPI4_SDC3 2
|
#define SUN4I_GPI4_SDC3 2
|
||||||
|
|
||||||
/* GPIO pin pull-up/down config */
|
/* GPIO pin pull-up/down config */
|
||||||
|
|
Loading…
Add table
Reference in a new issue