3f236f2183
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.loopback | ||
Kconfig.mcp2515 | ||
Kconfig.mcux | ||
Kconfig.net | ||
Kconfig.stm32 | ||
can_common.c | ||
can_handlers.c | ||
can_loopback.c | ||
can_loopback.h | ||
can_mcp2515.c | ||
can_mcp2515.h | ||
can_mcux_flexcan.c | ||
can_net.c | ||
can_shell.c | ||
can_stm32.c | ||
can_stm32.h | ||
socket_can_generic.h |