u8500_href.c 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. /*
  2. * Copyright (C) ST-Ericsson SA 2009
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17. */
  18. #include <config.h>
  19. #include <common.h>
  20. #include <i2c.h>
  21. #include <asm/types.h>
  22. #include <asm/io.h>
  23. #include <asm/errno.h>
  24. #include <asm/arch/clock.h>
  25. #include <asm/arch/gpio.h>
  26. #include <asm/arch/hardware.h>
  27. #include <asm/arch/sys_proto.h>
  28. #include <asm/arch/prcmu.h>
  29. #ifdef CONFIG_MMC
  30. #include "../../../drivers/mmc/arm_pl180_mmci.h"
  31. #endif
  32. #define NOMADIK_PER4_BASE (0x80150000)
  33. #define NOMADIK_BACKUPRAM0_BASE (NOMADIK_PER4_BASE + 0x00000)
  34. #define NOMADIK_BACKUPRAM1_BASE (NOMADIK_PER4_BASE + 0x01000)
  35. /* Power, Reset, Clock Management Unit */
  36. /*
  37. * SVA: Smart Video Accelerator
  38. * SIA: Smart Imaging Accelerator
  39. * SGA: Smart Graphic accelerator
  40. * B2R2: Graphic blitter
  41. */
  42. #define PRCM_ARMCLKFIX_MGT_REG (PRCMU_BASE + 0x000)
  43. #define PRCM_ACLK_MGT_REG (PRCMU_BASE + 0x004)
  44. #define PRCM_SVAMMDSPCLK_MGT_REG (PRCMU_BASE + 0x008)
  45. #define PRCM_SIAMMDSPCLK_MGT_REG (PRCMU_BASE + 0x00C)
  46. #define PRCM_SAAMMDSPCLK_MGT_REG (PRCMU_BASE + 0x010)
  47. #define PRCM_SGACLK_MGT_REG (PRCMU_BASE + 0x014)
  48. #define PRCM_UARTCLK_MGT_REG (PRCMU_BASE + 0x018)
  49. #define PRCM_MSPCLK_MGT_REG (PRCMU_BASE + 0x01C)
  50. #define PRCM_I2CCLK_MGT_REG (PRCMU_BASE + 0x020)
  51. #define PRCM_SDMMCCLK_MGT_REG (PRCMU_BASE + 0x024)
  52. #define PRCM_SLIMCLK_MGT_REG (PRCMU_BASE + 0x028)
  53. #define PRCM_PER1CLK_MGT_REG (PRCMU_BASE + 0x02C)
  54. #define PRCM_PER2CLK_MGT_REG (PRCMU_BASE + 0x030)
  55. #define PRCM_PER3CLK_MGT_REG (PRCMU_BASE + 0x034)
  56. #define PRCM_PER5CLK_MGT_REG (PRCMU_BASE + 0x038)
  57. #define PRCM_PER6CLK_MGT_REG (PRCMU_BASE + 0x03C)
  58. #define PRCM_PER7CLK_MGT_REG (PRCMU_BASE + 0x040)
  59. #define PRCM_DMACLK_MGT_REG (PRCMU_BASE + 0x074)
  60. #define PRCM_B2R2CLK_MGT_REG (PRCMU_BASE + 0x078)
  61. #define PRCM_PLLSOC0_FREQ_REG (PRCMU_BASE + 0x080)
  62. #define PRCM_PLLSOC1_FREQ_REG (PRCMU_BASE + 0x084)
  63. #define PRCM_PLLARM_FREQ_REG (PRCMU_BASE + 0x088)
  64. #define PRCM_PLLDDR_FREQ_REG (PRCMU_BASE + 0x08C)
  65. #define PRCM_ARM_CHGCLKREQ_REG (PRCMU_BASE + 0x114)
  66. #define PRCM_TCR (PRCMU_BASE + 0x1C8)
  67. /*
  68. * Memory controller register
  69. */
  70. #define DMC_BASE_ADDR 0x80156000
  71. #define DMC_CTL_97 (DMC_BASE_ADDR + 0x184)
  72. int board_id; /* set in board_late_init() */
  73. /* PLLs for clock management registers */
  74. enum {
  75. GATED = 0,
  76. PLLSOC0, /* pllsw = 001, ffs() = 1 */
  77. PLLSOC1, /* pllsw = 010, ffs() = 2 */
  78. PLLDDR, /* pllsw = 100, ffs() = 3 */
  79. PLLARM,
  80. };
  81. static struct pll_freq_regs {
  82. int idx; /* index fror pll_name and pll_khz arrays */
  83. uint32_t addr;
  84. } pll_freq_regs[] = {
  85. {PLLSOC0, PRCM_PLLSOC0_FREQ_REG},
  86. {PLLSOC1, PRCM_PLLSOC1_FREQ_REG},
  87. {PLLDDR, PRCM_PLLDDR_FREQ_REG},
  88. {PLLARM, PRCM_PLLARM_FREQ_REG},
  89. {0, 0},
  90. };
  91. static const char *pll_name[5] = {"GATED", "SOC0", "SOC1", "DDR", "ARM"};
  92. static uint32_t pll_khz[5]; /* use ffs(pllsw(reg)) as index for 0..3 */
  93. static struct clk_mgt_regs {
  94. uint32_t addr;
  95. uint32_t val;
  96. const char *descr;
  97. } clk_mgt_regs[] = {
  98. /* register content taken from bootrom settings */
  99. {PRCM_ARMCLKFIX_MGT_REG, 0x0120, "ARMCLKFIX"}, /* ena, SOC0/0, ??? */
  100. {PRCM_ACLK_MGT_REG, 0x0125, "ACLK"}, /* ena, SOC0/5, 160 MHz */
  101. {PRCM_SVAMMDSPCLK_MGT_REG, 0x1122, "SVA"}, /* ena, SOC0/2, 400 MHz */
  102. {PRCM_SIAMMDSPCLK_MGT_REG, 0x0022, "SIA"}, /* dis, SOC0/2, 400 MHz */
  103. {PRCM_SAAMMDSPCLK_MGT_REG, 0x0822, "SAA"}, /* dis, SOC0/4, 200 MHz */
  104. {PRCM_SGACLK_MGT_REG, 0x0024, "SGA"}, /* dis, SOC0/4, 200 MHz */
  105. {PRCM_UARTCLK_MGT_REG, 0x0300, "UART"}, /* ena, GATED, CLK38 */
  106. {PRCM_MSPCLK_MGT_REG, 0x0200, "MSP"}, /* dis, GATED, CLK38 */
  107. {PRCM_I2CCLK_MGT_REG, 0x0130, "I2C"}, /* ena, SOC0/16, 50 MHz */
  108. {PRCM_SDMMCCLK_MGT_REG, 0x0130, "SDMMC"}, /* ena, SOC0/16, 50 MHz */
  109. {PRCM_PER1CLK_MGT_REG, 0x126, "PER1"}, /* ena, SOC0/6, 133 MHz */
  110. {PRCM_PER2CLK_MGT_REG, 0x126, "PER2"}, /* ena, SOC0/6, 133 MHz */
  111. {PRCM_PER3CLK_MGT_REG, 0x126, "PER3"}, /* ena, SOC0/6, 133 MHz */
  112. {PRCM_PER5CLK_MGT_REG, 0x126, "PER5"}, /* ena, SOC0/6, 133 MHz */
  113. {PRCM_PER6CLK_MGT_REG, 0x126, "PER6"}, /* ena, SOC0/6, 133 MHz */
  114. {PRCM_PER7CLK_MGT_REG, 0x128, "PER7"}, /* ena, SOC0/8, 100 MHz */
  115. {PRCM_DMACLK_MGT_REG, 0x125, "DMA"}, /* ena, SOC0/5, 160 MHz */
  116. {PRCM_B2R2CLK_MGT_REG, 0x025, "B2R2"}, /* dis, SOC0/5, 160 MHz */
  117. {0, 0, NULL},
  118. };
  119. static void init_regs(void);
  120. DECLARE_GLOBAL_DATA_PTR;
  121. #if defined(CONFIG_SHOW_BOOT_PROGRESS)
  122. void show_boot_progress(int progress)
  123. {
  124. printf("Boot reached stage %d\n", progress);
  125. }
  126. #endif
  127. /*
  128. * Miscellaneous platform dependent initialisations
  129. */
  130. int board_early_init_f(void)
  131. {
  132. init_regs();
  133. return 0;
  134. }
  135. int board_init(void)
  136. {
  137. uint32_t unused_cols_rows;
  138. unsigned int nrows;
  139. unsigned int ncols;
  140. gd->bd->bi_arch_number = 0x1A4;
  141. gd->bd->bi_boot_params = 0x00000100;
  142. gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
  143. /*
  144. * Assumption: 2 CS active, both CS have same layout.
  145. * 15 rows max, 11 cols max (controller spec).
  146. * memory chip has 8 banks, I/O width 32 bit.
  147. * The correct way would be to read MR#8: I/O width and density,
  148. * but this requires locking against the PRCMU firmware.
  149. * Simplified approach:
  150. * Read number of unused rows and columns from mem controller.
  151. * size = nCS x 2^(rows+cols) x nbanks x buswidth_bytes
  152. */
  153. unused_cols_rows = readl(DMC_CTL_97);
  154. nrows = 15 - (unused_cols_rows & 0x07);
  155. ncols = 11 - ((unused_cols_rows & 0x0700) >> 8);
  156. gd->bd->bi_dram[0].size = 2 * (1 << (nrows + ncols)) * 8 * 4;
  157. icache_enable();
  158. return 0;
  159. }
  160. int dram_init(void)
  161. {
  162. gd->ram_size = PHYS_SDRAM_SIZE_1;
  163. return 0;
  164. }
  165. unsigned int addr_vall_arr[] = {
  166. 0x8011F000, 0x0000FFFF, /* Clocks for HSI TODO: Enable reqd only */
  167. 0x8011F008, 0x00001CFF, /* Clocks for HSI TODO: Enable reqd only */
  168. 0x8000F000, 0x00007FFF, /* Clocks for I2C TODO: Enable reqd only */
  169. 0x8000F008, 0x00007FFF, /* Clocks for I2C TODO: Enable reqd only */
  170. 0x80157020, 0x00000150, /* I2C 48MHz clock */
  171. 0x8012F000, 0x00007FFF, /* Clocks for SD TODO: Enable reqd only */
  172. 0x8012F008, 0x00007FFF, /* Clocks for SD TODO: Enable reqd only */
  173. 0xA03DF000, 0x0000000D, /* Clock for MTU Timers */
  174. 0x8011E00C, 0x00000000, /* GPIO ALT FUNC for EMMC */
  175. 0x8011E004, 0x0000FFE0, /* GPIO ALT FUNC for EMMC */
  176. 0x8011E020, 0x0000FFE0, /* GPIO ALT FUNC for EMMC */
  177. 0x8011E024, 0x00000000, /* GPIO ALT FUNC for EMMC */
  178. 0x8012E000, 0x20000000, /* GPIO ALT FUNC for UART */
  179. 0x8012E00C, 0x00000000, /* GPIO ALT FUNC for SD */
  180. 0x8012E004, 0x0FFC0000, /* GPIO ALT FUNC for SD */
  181. 0x8012E020, 0x60000000, /* GPIO ALT FUNC for SD */
  182. 0x8012E024, 0x60000000, /* GPIO ALT FUNC for SD */
  183. 0x801571E4, 0x0000000C, /* PRCMU settings for B2R2,
  184. PRCM_APE_RESETN_SET_REG */
  185. 0x80157024, 0x00000130, /* PRCMU settings for EMMC/SD */
  186. 0xA03FF000, 0x00000003, /* USB */
  187. 0xA03FF008, 0x00000001, /* USB */
  188. 0xA03FE00C, 0x00000000, /* USB */
  189. 0xA03FE020, 0x00000FFF, /* USB */
  190. 0xA03FE024, 0x00000000 /* USB */
  191. };
  192. #ifdef CONFIG_BOARD_LATE_INIT
  193. /*
  194. * called after all initialisation were done, but before the generic
  195. * mmc_initialize().
  196. */
  197. int board_late_init(void)
  198. {
  199. uchar byte;
  200. /*
  201. * Determine and set board_id environment variable
  202. * 0: mop500, 1: href500
  203. * Above boards have different GPIO expander chips which we can
  204. * distinguish by the chip id.
  205. *
  206. * The board_id environment variable is needed for the Linux bootargs.
  207. */
  208. (void) i2c_set_bus_num(0);
  209. (void) i2c_read(CONFIG_SYS_I2C_GPIOE_ADDR, 0x80, 1, &byte, 1);
  210. if (byte == 0x01) {
  211. board_id = 0;
  212. setenv("board_id", "0");
  213. } else {
  214. board_id = 1;
  215. setenv("board_id", "1");
  216. }
  217. #ifdef CONFIG_MMC
  218. u8500_mmc_power_init();
  219. /*
  220. * config extended GPIO pins for level shifter and
  221. * SDMMC_ENABLE
  222. */
  223. if (board_id == 0) {
  224. /* MOP500 */
  225. byte = 0x0c;
  226. (void) i2c_write(CONFIG_SYS_I2C_GPIOE_ADDR, 0x89, 1, &byte, 1);
  227. (void) i2c_write(CONFIG_SYS_I2C_GPIOE_ADDR, 0x83, 1, &byte, 1);
  228. } else {
  229. /* HREF */
  230. /* set the direction of GPIO KPY9 and KPY10 */
  231. byte = 0x06;
  232. (void) i2c_write(CONFIG_SYS_I2C_GPIOE_ADDR, 0xC8, 1, &byte, 1);
  233. /* must be a multibyte access */
  234. (void) i2c_write(CONFIG_SYS_I2C_GPIOE_ADDR, 0xC4, 1,
  235. (uchar []) {0x06, 0x06}, 2);
  236. }
  237. #endif /* CONFIG_MMC */
  238. /*
  239. * Create a memargs variable which points uses either the memargs256 or
  240. * memargs512 environment variable, depending on the memory size.
  241. * memargs is used to build the bootargs, memargs256 and memargs512 are
  242. * stored in the environment.
  243. */
  244. if (gd->bd->bi_dram[0].size == 0x10000000) {
  245. setenv("memargs", "setenv bootargs ${bootargs} ${memargs256}");
  246. setenv("mem", "256M");
  247. } else {
  248. setenv("memargs", "setenv bootargs ${bootargs} ${memargs512}");
  249. setenv("mem", "512M");
  250. }
  251. return 0;
  252. }
  253. #endif /* CONFIG_BOARD_LATE_INIT */
  254. static void early_gpio_setup(struct gpio_register *gpio_reg, u32 bits)
  255. {
  256. writel(readl(&gpio_reg->gpio_dats) | bits, &gpio_reg->gpio_dats);
  257. writel(readl(&gpio_reg->gpio_pdis) & ~bits, &gpio_reg->gpio_pdis);
  258. }
  259. static void init_regs(void)
  260. {
  261. /* FIXME Remove magic register array settings for ED also */
  262. struct prcmu *prcmu = (struct prcmu *) U8500_PRCMU_BASE;
  263. /* Enable timers */
  264. writel(1 << 17, &prcmu->tcr);
  265. u8500_prcmu_enable(&prcmu->per1clk_mgt);
  266. u8500_prcmu_enable(&prcmu->per2clk_mgt);
  267. u8500_prcmu_enable(&prcmu->per3clk_mgt);
  268. u8500_prcmu_enable(&prcmu->per5clk_mgt);
  269. u8500_prcmu_enable(&prcmu->per6clk_mgt);
  270. u8500_prcmu_enable(&prcmu->per7clk_mgt);
  271. u8500_prcmu_enable(&prcmu->uartclk_mgt);
  272. u8500_prcmu_enable(&prcmu->i2cclk_mgt);
  273. u8500_prcmu_enable(&prcmu->sdmmcclk_mgt);
  274. u8500_clock_enable(1, 9, -1); /* GPIO0 */
  275. u8500_clock_enable(2, 11, -1); /* GPIO1 */
  276. u8500_clock_enable(3, 8, -1); /* GPIO2 */
  277. u8500_clock_enable(5, 1, -1); /* GPIO3 */
  278. u8500_clock_enable(3, 6, 6); /* UART2 */
  279. gpio_altfuncenable(GPIO_ALT_I2C_0, "I2C0");
  280. u8500_clock_enable(3, 3, 3); /* I2C0 */
  281. early_gpio_setup((struct gpio_register *)U8500_GPIO_0_BASE, 0x60000000);
  282. gpio_altfuncenable(GPIO_ALT_UART_2, "UART2");
  283. early_gpio_setup((struct gpio_register *)U8500_GPIO_6_BASE, 0x0000ffe0);
  284. gpio_altfuncenable(GPIO_ALT_EMMC, "EMMC");
  285. early_gpio_setup((struct gpio_register *)U8500_GPIO_0_BASE, 0x0000ffe0);
  286. gpio_altfuncenable(GPIO_ALT_SD_CARD0, "SDCARD");
  287. u8500_clock_enable(1, 5, 5); /* SDI0 */
  288. u8500_clock_enable(2, 4, 2); /* SDI4 */
  289. u8500_clock_enable(6, 7, -1); /* MTU0 */
  290. u8500_clock_enable(3, 4, 4); /* SDI2 */
  291. early_gpio_setup((struct gpio_register *)U8500_GPIO_4_BASE, 0x000007ff);
  292. gpio_altfuncenable(GPIO_ALT_POP_EMMC, "EMMC");
  293. /*
  294. * Enabling clocks for all devices which are AMBA devices in the
  295. * kernel. Otherwise they will not get probe()'d because the
  296. * peripheral ID register will not be powered.
  297. */
  298. /* XXX: some of these differ between ED/V1 */
  299. u8500_clock_enable(1, 1, 1); /* UART1 */
  300. u8500_clock_enable(1, 0, 0); /* UART0 */
  301. u8500_clock_enable(3, 2, 2); /* SSP1 */
  302. u8500_clock_enable(3, 1, 1); /* SSP0 */
  303. u8500_clock_enable(2, 8, -1); /* SPI0 */
  304. u8500_clock_enable(2, 5, 3); /* MSP2 */
  305. }
  306. #ifdef CONFIG_MMC
  307. static int u8500_mmci_board_init(void)
  308. {
  309. enum gpio_error error;
  310. struct gpio_register *gpio_base_address;
  311. gpio_base_address = (void *)(U8500_GPIO_0_BASE);
  312. gpio_base_address->gpio_dats |= 0xFFC0000;
  313. gpio_base_address->gpio_pdis &= ~0xFFC0000;
  314. /* save the GPIO0 AFSELA register */
  315. error = gpio_altfuncenable(GPIO_ALT_SD_CARD0, "MMC");
  316. if (error != GPIO_OK) {
  317. printf("u8500_mmci_board_init() gpio_altfuncenable failed\n");
  318. return -ENODEV;
  319. }
  320. return 0;
  321. }
  322. int board_mmc_init(bd_t *bd)
  323. {
  324. if (u8500_mmci_board_init())
  325. return -ENODEV;
  326. if (arm_pl180_mmci_init())
  327. return -ENODEV;
  328. return 0;
  329. }
  330. #endif
  331. /*
  332. * get_pll_freq_khz - return PLL frequency in kHz
  333. */
  334. static uint32_t get_pll_freq_khz(uint32_t inclk_khz, uint32_t freq_reg)
  335. {
  336. uint32_t idf, ldf, odf, seldiv, phi;
  337. /*
  338. * PLLOUTCLK = PHI = (INCLK*LDF)/(2*ODF*IDF) if SELDIV2=0
  339. * PLLOUTCLK = PHI = (INCLK*LDF)/(4*ODF*IDF) if SELDIV2=1
  340. * where:
  341. * IDF=R(2:0) (when R=000, IDF=1d)
  342. * LDF = 2*D(7:0) (D must be greater than or equal to 6)
  343. * ODF = N(5:0) (when N=000000, 0DF=1d)
  344. */
  345. idf = (freq_reg & 0x70000) >> 16;
  346. ldf = (freq_reg & 0xff) * 2;
  347. odf = (freq_reg & 0x3f00) >> 8;
  348. seldiv = (freq_reg & 0x01000000) >> 24;
  349. phi = (inclk_khz * ldf) / (2 * odf * idf);
  350. if (seldiv)
  351. phi = phi/2;
  352. return phi;
  353. }
  354. int do_clkinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
  355. {
  356. uint32_t inclk_khz;
  357. uint32_t reg, phi;
  358. uint32_t clk_khz;
  359. unsigned int clk_sel;
  360. struct clk_mgt_regs *clks = clk_mgt_regs;
  361. struct pll_freq_regs *plls = pll_freq_regs;
  362. /*
  363. * Go through list of PLLs.
  364. * Initialise pll out frequency array (pll_khz) and print frequency.
  365. */
  366. inclk_khz = 38400; /* 38.4 MHz */
  367. while (plls->addr) {
  368. reg = readl(plls->addr);
  369. phi = get_pll_freq_khz(inclk_khz, reg);
  370. pll_khz[plls->idx] = phi;
  371. printf("%s PLL out frequency: %d.%d Mhz\n",
  372. pll_name[plls->idx], phi/1000, phi % 1000);
  373. plls++;
  374. }
  375. /* check ARM clock source */
  376. reg = readl(PRCM_ARM_CHGCLKREQ_REG);
  377. printf("A9 running on %s\n",
  378. (reg & 1) ? "external clock" : "ARM PLL");
  379. /* go through list of clk_mgt_reg */
  380. printf("\n%19s %9s %7s %9s enabled\n",
  381. "name(addr)", "value", "PLL", "CLK[MHz]");
  382. while (clks->addr) {
  383. reg = readl(clks->addr);
  384. /* convert bit position into array index */
  385. clk_sel = ffs((reg >> 5) & 0x7); /* PLLSW[2:0] */
  386. if (reg & 0x200)
  387. clk_khz = 38400; /* CLK38 is set */
  388. else if ((reg & 0x1f) == 0)
  389. /* ARMCLKFIX_MGT is 0x120, e.g. div = 0 ! */
  390. clk_khz = 0;
  391. else
  392. clk_khz = pll_khz[clk_sel] / (reg & 0x1f);
  393. printf("%9s(%08x): %08x, %6s, %4d.%03d, %s\n",
  394. clks->descr, clks->addr, reg, pll_name[clk_sel],
  395. clk_khz / 1000, clk_khz % 1000,
  396. (reg & 0x100) ? "ena" : "dis");
  397. clks++;
  398. }
  399. return 0;
  400. }
  401. U_BOOT_CMD(
  402. clkinfo, 1, 1, do_clkinfo,
  403. "print clock info",
  404. ""
  405. );