Commit e4e8de34 authored by Adam Wujek's avatar Adam Wujek

bootloader/atmel_start: clocks lock

Chnging unused settings. Making setting to be similar to main_fw.
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent f1924b31
......@@ -74,7 +74,7 @@ drivers:
gclk_arch_gen_3_idc: false
gclk_arch_gen_3_oe: false
gclk_arch_gen_3_oov: false
gclk_arch_gen_4_RUNSTDBY: false
gclk_arch_gen_4_RUNSTDBY: true
gclk_arch_gen_4_enable: true
gclk_arch_gen_4_idc: false
gclk_arch_gen_4_oe: false
......@@ -497,7 +497,7 @@ drivers:
dfll48m_arch_runstdby: true
dfll48m_arch_stable: false
dfll48m_arch_usbcrm: false
dfll48m_arch_waitlock: false
dfll48m_arch_waitlock: true
dfll48m_mode: Closed Loop Mode
dfll48m_mul: 1536
dfll48m_ref_clock: Generic clock generator 1
......
......@@ -319,7 +319,7 @@
// <i> Indicates whether Run in Standby is enabled or not
// <id> gclk_arch_gen_4_RUNSTDBY
#ifndef CONF_GCLK_GEN_4_RUNSTDBY
#define CONF_GCLK_GEN_4_RUNSTDBY 0
#define CONF_GCLK_GEN_4_RUNSTDBY 1
#endif
// <q> Divide Selection
......
......@@ -440,7 +440,7 @@
// <i> Indicates whether Wait Lock is Enables or not
// <id> dfll48m_arch_waitlock
#ifndef CONF_DFLL_WAITLOCK
#define CONF_DFLL_WAITLOCK 0
#define CONF_DFLL_WAITLOCK 1
#endif
// <q> Bypass Coarse Lock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment