zephyr/include
Kumar Gala 3f236f2183 can: dts: Convert can-primary alias to zephyr,can-primary chosen prop
Convert CAN to use a chosen node property that is similar to how we
handle zephyr,entroy or zephyr,flash-controller as the means to select a
specific peripheral instance utilized by a subsystem.

Replace references of the form:

alias {
	can-primary = &can1;
};

with:

chosen {
	zephyr,can-primary = &can1;
};

Replace various macro/define references with either
DT_CHOSEN(zephyr_can_primary) or replace DT_ALIAS_CAN_PRIMARY_LABEL
with DT_CHOSEN_ZEPHYR_CAN_PRIMARY_LABEL.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-29 14:27:31 -05:00
..
app_memory
arch arch: arm64: add public header for asm macros 2020-04-28 10:44:42 -07:00
audio
bluetooth
canbus
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data
debug
devicetree can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
dfu
disk
display
drivers drivers: timer: arm: Convert to new DTS macros 2020-04-28 20:40:35 -04:00
dt-bindings
fs
linker
logging
mgmt
net net: coap: add coap_pendings_clear and coap_replies_clear 2020-04-28 20:46:35 +03:00
posix
power
random
settings
shell
stats
storage
sys include: sys: Add SYS_FOREVER_MS and SYS_TIMEOUT_MS macros 2020-04-29 15:28:02 +03:00
toolchain
tracing
usb
zephyr
cache.h
device.h
devicetree.h devicetree.h: pwms: Add DT_PWMS_ macros 2020-04-29 13:11:22 -05:00
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h
mempool_heap.h
mempool_sys.h
ptp_clock.h
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h