zephyr/tests/subsys
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
..
canbus can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
dfu cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
fs drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
jwt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
logging timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
settings boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
shell/shell_history cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
storage/flash_map drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
tracing timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
usb cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00