zephyr/soc/arm/atmel_sam0/common
Kumar Gala ee255ae548 soc: arm: replace DT_ARM_CORTEX_*_CLOCK_FREQUENCY with new dt macros
Replace DT_ARM_CORTEX_*_0_CLOCK_FREQUENCY with a PATH based reference
to cpu@0 (DT_PATH(cpus, cpu_0)) and than getting the clock_frequency
property:

    DT_ARM_CORTEX_*_CLOCK_FREQUENCY ->
	DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency)

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-27 19:38:34 -05:00
..
CMakeLists.txt soc: atmel_sam0: Add SAME53 2019-11-06 21:18:00 -06:00
Kconfig.samd2x
Kconfig.samd5x
atmel_sam0_dt.h soc: arm: replace DT_ARM_CORTEX_*_CLOCK_FREQUENCY with new dt macros 2020-04-27 19:38:34 -05:00
gmac_fixup_samd5x.h soc: atmel_sam0: Add GMAC fix-up for SAM D/E5x 2020-04-17 04:56:28 -05:00
sercom_fixup_samd5x.h soc: sam0: Add SERCOM fixup for samd5x 2019-11-06 21:18:00 -06:00
soc_samd2x.c arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
soc_samd5x.c soc: atmel_sam0: remove obsolete include 2020-01-30 08:44:30 -06:00
tc_fixup_samd5x.h timer: sam0_rtc_timer: Add support for SAME54 2019-12-21 11:15:52 -05:00