zephyr/include/arch/xtensa
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
..
arch_inlines.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
arch.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
exc.h arch/xtensa: Clean up fatal error handling 2019-08-22 17:57:40 -04:00
irq.h arch: xtensa: Add support for Intel Apollolake 2020-02-05 10:43:25 -05:00
thread.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
xtensa_api.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
xtensa_config.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa_context.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa_rtos.h arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-22 11:38:33 -05:00
xtensa_timer.h arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-22 11:38:33 -05:00