soc: same51 and same54: added DFLL48 frequency information
Specified the value 48000000 for the DFLL48 clock source Signed-off-by: Sebastian Schlupp <sebastian.schlupp@gmail.com>
This commit is contained in:
parent
aad6a81a3b
commit
0462cc060d
|
@ -37,6 +37,7 @@
|
|||
#include "../common/atmel_sam0_dt.h"
|
||||
|
||||
#define SOC_ATMEL_SAM0_OSC32K_FREQ_HZ 32768
|
||||
#define SOC_ATMEL_SAM0_DFLL48_FREQ_HZ 48000000
|
||||
|
||||
/** Processor Clock (HCLK) Frequency */
|
||||
#define SOC_ATMEL_SAM0_HCLK_FREQ_HZ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "../common/atmel_sam0_dt.h"
|
||||
|
||||
#define SOC_ATMEL_SAM0_OSC32K_FREQ_HZ 32768
|
||||
#define SOC_ATMEL_SAM0_DFLL48_FREQ_HZ 48000000
|
||||
|
||||
/** Processor Clock (HCLK) Frequency */
|
||||
#define SOC_ATMEL_SAM0_HCLK_FREQ_HZ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
Loading…
Reference in a new issue