mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: uniphier: add pin-mux settings for NAND, eMMC, SD of PH1-sLD3
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
67bd9bb80f
commit
a75ecfc2a6
1 changed files with 23 additions and 0 deletions
|
@ -22,4 +22,27 @@ void ph1_sld3_pin_init(void)
|
|||
sg_set_pinsel(19, 0, 4, 4); /* USB3OC */
|
||||
sg_set_pinsel(20, 1, 4, 4); /* USB3VBUS */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NAND_DENALI
|
||||
sg_set_pinsel(38, 1, 4, 4); /* NFALE_GB, NFCLE_GB */
|
||||
sg_set_pinsel(39, 1, 4, 4); /* XNFRYBY0_GB */
|
||||
sg_set_pinsel(40, 1, 4, 4); /* XNFCE0_GB, XNFRE_GB, XNFWE_GB, XNFWP_GB */
|
||||
sg_set_pinsel(41, 1, 4, 4); /* XNFRYBY1_GB, XNFCE1_GB */
|
||||
sg_set_pinsel(58, 1, 4, 4); /* NFD[0-3]_GB */
|
||||
sg_set_pinsel(59, 1, 4, 4); /* NFD[4-7]_GB */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MMC_UNIPHIER
|
||||
/* eMMC */
|
||||
sg_set_pinsel(55, 1, 4, 4); /* XERST */
|
||||
sg_set_pinsel(56, 1, 4, 4); /* MMCDAT[0-3] */
|
||||
sg_set_pinsel(57, 1, 4, 4); /* MMCDAT[4-7] */
|
||||
sg_set_pinsel(60, 1, 4, 4); /* MMCCLK, MMCCMD */
|
||||
|
||||
/* SD card */
|
||||
sg_set_pinsel(42, 1, 4, 4); /* SD1CLK, SD1CMD, SD1DAT[0-3] */
|
||||
sg_set_pinsel(43, 1, 4, 4); /* SD1CD */
|
||||
sg_set_pinsel(44, 1, 4, 4); /* SD1WP */
|
||||
sg_set_pinsel(45, 1, 4, 4); /* SDVTCG */
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue