upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
3.3 KiB
97 lines
3.3 KiB
10 years ago
|
/*
|
||
|
* UniPhier SC (System Control) block registers
|
||
|
*
|
||
9 years ago
|
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
||
10 years ago
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef ARCH_SC_REGS_H
|
||
|
#define ARCH_SC_REGS_H
|
||
|
|
||
9 years ago
|
#if defined(CONFIG_ARCH_UNIPHIER_PH1_SLD3)
|
||
9 years ago
|
#define SC_BASE_ADDR 0xf1840000
|
||
|
#else
|
||
10 years ago
|
#define SC_BASE_ADDR 0x61840000
|
||
9 years ago
|
#endif
|
||
10 years ago
|
|
||
9 years ago
|
#define SC_DPLLOSCCTRL (SC_BASE_ADDR | 0x1110)
|
||
|
#define SC_DPLLOSCCTRL_DPLLST (0x1 << 1)
|
||
|
#define SC_DPLLOSCCTRL_DPLLEN (0x1 << 0)
|
||
|
|
||
10 years ago
|
#define SC_DPLLCTRL (SC_BASE_ADDR | 0x1200)
|
||
|
#define SC_DPLLCTRL_SSC_EN (0x1 << 31)
|
||
|
#define SC_DPLLCTRL_FOUTMODE_MASK (0xf << 16)
|
||
|
#define SC_DPLLCTRL_SSC_RATE (0x1 << 15)
|
||
|
|
||
|
#define SC_DPLLCTRL2 (SC_BASE_ADDR | 0x1204)
|
||
|
#define SC_DPLLCTRL2_NRSTDS (0x1 << 28)
|
||
|
|
||
|
#define SC_DPLLCTRL3 (SC_BASE_ADDR | 0x1208)
|
||
|
#define SC_DPLLCTRL3_LPFSEL_COEF2 (0x0 << 31)
|
||
|
#define SC_DPLLCTRL3_LPFSEL_COEF3 (0x1 << 31)
|
||
|
|
||
|
#define SC_UPLLCTRL (SC_BASE_ADDR | 0x1210)
|
||
|
|
||
|
#define SC_VPLL27ACTRL (SC_BASE_ADDR | 0x1270)
|
||
|
#define SC_VPLL27ACTRL2 (SC_BASE_ADDR | 0x1274)
|
||
|
#define SC_VPLL27ACTRL3 (SC_BASE_ADDR | 0x1278)
|
||
|
|
||
|
#define SC_VPLL27BCTRL (SC_BASE_ADDR | 0x1290)
|
||
|
#define SC_VPLL27BCTRL2 (SC_BASE_ADDR | 0x1294)
|
||
|
#define SC_VPLL27BCTRL3 (SC_BASE_ADDR | 0x1298)
|
||
|
|
||
|
#define SC_RSTCTRL (SC_BASE_ADDR | 0x2000)
|
||
10 years ago
|
#define SC_RSTCTRL_NRST_USB3B0 (0x1 << 17) /* USB3 #0 bus */
|
||
|
#define SC_RSTCTRL_NRST_USB3C0 (0x1 << 16) /* USB3 #0 core */
|
||
10 years ago
|
#define SC_RSTCTRL_NRST_ETHER (0x1 << 12)
|
||
10 years ago
|
#define SC_RSTCTRL_NRST_STDMAC (0x1 << 10)
|
||
10 years ago
|
#define SC_RSTCTRL_NRST_GIO (0x1 << 6)
|
||
9 years ago
|
/* Pro4 or older */
|
||
10 years ago
|
#define SC_RSTCTRL_NRST_UMC1 (0x1 << 5)
|
||
|
#define SC_RSTCTRL_NRST_UMC0 (0x1 << 4)
|
||
|
#define SC_RSTCTRL_NRST_NAND (0x1 << 2)
|
||
|
|
||
|
#define SC_RSTCTRL2 (SC_BASE_ADDR | 0x2004)
|
||
10 years ago
|
#define SC_RSTCTRL2_NRST_USB3B1 (0x1 << 17) /* USB3 #1 bus */
|
||
|
#define SC_RSTCTRL2_NRST_USB3C1 (0x1 << 16) /* USB3 #1 core */
|
||
|
|
||
10 years ago
|
#define SC_RSTCTRL3 (SC_BASE_ADDR | 0x2008)
|
||
|
|
||
9 years ago
|
/* Pro5 or newer */
|
||
|
#define SC_RSTCTRL4 (SC_BASE_ADDR | 0x200c)
|
||
|
#define SC_RSTCTRL4_NRST_UMCSB (0x1 << 12) /* UMC system bus */
|
||
|
#define SC_RSTCTRL4_NRST_UMCA2 (0x1 << 10) /* UMC ch2 standby */
|
||
|
#define SC_RSTCTRL4_NRST_UMCA1 (0x1 << 9) /* UMC ch1 standby */
|
||
|
#define SC_RSTCTRL4_NRST_UMCA0 (0x1 << 8) /* UMC ch0 standby */
|
||
9 years ago
|
#define SC_RSTCTRL4_NRST_UMC32 (0x1 << 6) /* UMC ch2 */
|
||
9 years ago
|
#define SC_RSTCTRL4_NRST_UMC31 (0x1 << 5) /* UMC ch1 */
|
||
|
#define SC_RSTCTRL4_NRST_UMC30 (0x1 << 4) /* UMC ch0 */
|
||
|
|
||
10 years ago
|
#define SC_CLKCTRL (SC_BASE_ADDR | 0x2104)
|
||
10 years ago
|
#define SC_CLKCTRL_CEN_USB31 (0x1 << 17) /* USB3 #1 */
|
||
|
#define SC_CLKCTRL_CEN_USB30 (0x1 << 16) /* USB3 #0 */
|
||
10 years ago
|
#define SC_CLKCTRL_CEN_ETHER (0x1 << 12)
|
||
|
#define SC_CLKCTRL_CEN_MIO (0x1 << 11)
|
||
10 years ago
|
#define SC_CLKCTRL_CEN_STDMAC (0x1 << 10)
|
||
10 years ago
|
#define SC_CLKCTRL_CEN_GIO (0x1 << 6)
|
||
9 years ago
|
/* Pro4 or older */
|
||
10 years ago
|
#define SC_CLKCTRL_CEN_UMC (0x1 << 4)
|
||
|
#define SC_CLKCTRL_CEN_NAND (0x1 << 2)
|
||
|
#define SC_CLKCTRL_CEN_SBC (0x1 << 1)
|
||
|
#define SC_CLKCTRL_CEN_PERI (0x1 << 0)
|
||
10 years ago
|
|
||
9 years ago
|
/* Pro5 or newer */
|
||
|
#define SC_CLKCTRL4 (SC_BASE_ADDR | 0x210c)
|
||
|
#define SC_CLKCTRL4_CEN_UMCSB (0x1 << 12) /* UMC system bus */
|
||
9 years ago
|
#define SC_CLKCTRL4_CEN_UMC2 (0x1 << 2) /* UMC ch2 */
|
||
9 years ago
|
#define SC_CLKCTRL4_CEN_UMC1 (0x1 << 1) /* UMC ch1 */
|
||
|
#define SC_CLKCTRL4_CEN_UMC0 (0x1 << 0) /* UMC ch0 */
|
||
|
|
||
10 years ago
|
/* System reset control register */
|
||
|
#define SC_IRQTIMSET (SC_BASE_ADDR | 0x3000)
|
||
|
#define SC_SLFRSTSEL (SC_BASE_ADDR | 0x3010)
|
||
|
#define SC_SLFRSTCTL (SC_BASE_ADDR | 0x3014)
|
||
|
|
||
|
#endif /* ARCH_SC_REGS_H */
|