zephyr/boards
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
..
arc boards: arc: make nsim_em a default platform 2020-04-21 10:36:03 -07:00
arm can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
common
nios2 dts: i2c: Remove DT_I2C_._NAME references 2020-04-10 15:11:18 -05:00
posix boards: dts: nrf: Remove SoC compatible in top-level compatible 2020-04-29 08:20:15 -05:00
riscv boards: arm: rv32m1_vega: Replace old DT macros with new ones 2020-04-23 15:50:26 -05:00
shields can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
x86 soc: x86: atom: sync linker / memory map on atom with ia32 2020-04-29 10:19:59 -07:00
xtensa boards: up_squared_adsp: Update logtool tool 2020-04-28 16:14:47 -04:00
CMakeLists.txt
Kconfig
deprecated.cmake boards: arm: nrf5340pdk: add deprecation warning for old board names 2020-04-06 15:21:45 +02:00
index.rst