Both Exynos4 and Exynos5 have a 24 Mhz external crystal that gets pumped up to
the required frequencies by PLL circuits. USB freq. seems to be tied directly to this freq.
This commit is contained in:
parent
bea9e0590d
commit
53eff1d429
@ -107,7 +107,10 @@
|
||||
/* standard frequency settings */
|
||||
#define EXYNOS_ACLK_REF_FREQ (200*1000*1000) /* 200 Mhz */
|
||||
#define EXYNOS_UART_FREQ (109*1000*1000) /* should be EXYNOS_ACLK_REF_FREQ! */
|
||||
#define EXYNOS_USB_FREQ (24*1000*1000) /* 24 Mhz */
|
||||
|
||||
#define EXYNOS_F_IN_FREQ (24*1000*1000) /* 24 Mhz */
|
||||
#define EXYNOS_USB_FREQ EXYNOS_F_IN_FREQ/* 24 Mhz */
|
||||
|
||||
|
||||
/* Watchdog register definitions */
|
||||
#define EXYNOS_WDT_WTCON 0x0000
|
||||
|
Loading…
Reference in New Issue
Block a user