zephyr/boards/arm/twr_ke18f
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
..
doc boards: shrink image sizes 2020-02-07 13:52:45 -05:00
board.cmake
CMakeLists.txt
Kconfig
Kconfig.board
Kconfig.defconfig gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -05:00
pinmux.c boards: arm: nxp: kinetis: Convert from Kconfig to DT_NODELABEL 2020-04-17 09:49:03 -05:00
twr_ke18f_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
twr_ke18f.dts can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
twr_ke18f.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00