zephyr/drivers
Kumar Gala 8b6acb5e91 soc: arm: 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-23 23:55:37 -05:00
..
adc drivers: adc: adc_sam_afec: rework device tree support 2020-04-23 06:11:26 -05:00
audio drivers: audio: mpxxdtyy: Conver to use DT_ANY_INST_ON_BUS macro 2020-04-18 08:43:02 -05:00
bluetooth drivers: bluetooth: rpmsg_nrf53: use new DT API 2020-04-18 07:52:05 -05:00
can drivers: can: shell: add command for configuring a CAN controller 2020-04-21 18:26:16 +02:00
clock_control clock_control: nordic: move to new DT API 2020-04-14 06:32:25 -05:00
console drivers: gsm_mux: Convert to use k_timeout_t 2020-04-17 10:15:54 +03:00
counter drivers: counter: nrf: use new DT API 2020-04-17 18:28:55 +02:00
crypto drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
dac drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00
debug
display drivers: display: mb_display: Convert to DT_LABEL() macro 2020-04-17 17:22:53 +02:00
dma drivers: dma: initialize peripheral request dma on stm32 2020-04-17 03:13:02 -05:00
eeprom drivers: remove a couple of DT abstraction violations 2020-04-08 09:00:38 -05:00
entropy drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
espi driver: espi: Re-enable bus interrupts after espi reset. 2020-04-23 18:22:49 +02:00
ethernet drivers: ethernet: eth_mcux: Convert to using DT_INST macros 2020-04-23 07:40:37 -05:00
flash drivers: flash: nordic qspi: finish DT API conversion 2020-04-21 18:31:08 +02:00
gpio gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -05:00
hwinfo drivers: hwinfo: update mcux-sim implementation byte order 2020-04-22 17:31:56 +02:00
i2c soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
i2s include/devicetree: dma: rename DMAS CELL macros 2020-04-21 06:37:28 -05:00
ieee802154 drivers: ieee802154_nrf5: Handle frame pending bit mode 2020-04-17 09:17:38 +03:00
interrupt_controller drivers: intc: intc_cavs: Convert to DT_INST 2020-04-22 04:59:22 -05:00
ipm intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros 2020-04-22 04:59:22 -05:00
kscan
led
led_strip
lora drivers: lora: sx1276: call DIO handlers in workqueue 2020-04-15 08:30:11 -05:00
modem drivers: modem: ublox-sara-r4: implemented sendmsg 2020-04-21 17:37:08 +03:00
net net: ppp: Create own workqueue for PPP 2020-04-17 10:15:54 +03:00
neural_net
pcie
peci
pinmux drivers: pinmux: stm32l4: Add extra pins for I2C1 2020-04-22 17:39:12 +02:00
ps2
ptp_clock
pwm drivers: pwm: pwm_mcux: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
sensor sensor: si7006: combined RH/T measurements 2020-04-22 15:51:15 -05:00
serial drivers: cc13xx_cc26xx: use DT_INST_FOREACH to reduce code duplication 2020-04-23 17:29:53 -05:00
spi soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
timer drivers: timer: nrf_rtc: Refactor alarm setting 2020-04-22 17:45:07 +02:00
usb drivers: usb: usb_dc_sam: Convert to DT_INST macros 2020-04-23 06:10:07 -05:00
video drivers: video: mcux_csi: Convert driver to DT_INST macro 2020-04-20 11:08:46 -05:00
watchdog
wifi
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00