zephyr/soc
Kumar Gala 29e91a6013 soc: snps_arc_iot: replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY w/new macros
Replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY with a PATH based reference
to cpu@0 (DT_PATH(cpus, cpu_0)) and than getting the clock_frequency
property:

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

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-30 04:46:59 -05:00
..
arc soc: snps_arc_iot: replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY w/new macros 2020-04-30 04:46:59 -05:00
arm soc: stm32: stm32f1: adc: Remove use of DT_FOO_LABEL defines 2020-04-30 04:45:08 -05:00
nios2
posix
riscv soc: riscv: openisa_rv32m1: Convert to new dts macros 2020-04-29 08:03:24 -05:00
x86 soc: x86: apollo_lake: Fix MMU setup for GPIO regions 2020-04-29 21:29:07 -05:00
xtensa soc: intel_s1000: fix SMP build error 2020-04-29 14:59:33 -05:00
Kconfig