atsamd: Update SAMD51 clock configuration
Add support for USB clock recovery mode if an external 32Khz crystal is not in use. If using an external crystal, then don't use the internal 48Mhz DFLL48Mhz clock (just use the PLLs synced to the external 32Khz signal). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -56,10 +56,10 @@ config CLOCK_FREQ
|
||||
choice
|
||||
depends on MACH_SAMD51
|
||||
prompt "Clock Reference"
|
||||
config CLOCK_REF_INTERNAL
|
||||
bool "Internal clock"
|
||||
config CLOCK_REF_X32K
|
||||
bool "32.768Khz crystal"
|
||||
config CLOCK_REF_INTERNAL
|
||||
bool "Factory calibration"
|
||||
endchoice
|
||||
|
||||
choice
|
||||
|
||||
Reference in New Issue
Block a user