zephyr/soc/xtensa/intel_s1000
Kumar Gala 6784558b22 arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros
Replace DT_CPU_CLOCK_FREQUENCY with a PATH based reference to cpu@0
(DT_PATH(cpus, cpu_0)) and than getting the clock_frequency property:

DT_CPU_CLOCK_FREQUENCY -> DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency)

This lets us remove DT_CPU_CLOCK_FREQUENCY from dts_fixup.h

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-22 11:38:33 -05:00
..
include global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
xcc libc: Move xtensa reentrant syscall impl to common libc-hooks 2020-02-03 14:57:10 -06:00
CMakeLists.txt soc: intel_s1000: add SMP support 2020-03-25 19:07:28 -04:00
dts_fixup.h arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-22 11:38:33 -05:00
iomux.h soc: intel_s1000: add I/O mux definitions 2018-11-29 14:23:24 -08:00
Kconfig.defconfig soc: intel_s1000: add SMP support 2020-03-25 19:07:28 -04:00
Kconfig.soc xtensa: enable XTENSA_HAL at SoC level 2020-04-08 13:10:35 -07:00
linker.ld soc: intel_s1000: add SMP support 2020-03-25 19:07:28 -04:00
memory.h soc: intel_s1000: add SMP support 2020-03-25 19:07:28 -04:00
soc.c intc: intc_cavs: Use DTS labels for device names 2020-04-22 04:59:22 -05:00
soc.h soc: xtensa: replace DT_CAVS_ICTL_x_IRQ with new dt macros 2020-04-22 04:59:22 -05:00
soc_mp.c soc: xtensa: Convert to new DT_INST macros 2020-03-27 10:06:14 -05:00