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> |
||
---|---|---|
.. | ||
adafruit_2_8_tft_touch_v2 | ||
boostxl_ulpsense | ||
dfrobot_can_bus_v2_0 | ||
frdm_cr20a | ||
frdm_kw41z | ||
link_board_eth | ||
lmp90100_evb | ||
mikroe_adc_click | ||
sparkfun_sara_r4 | ||
ssd1306 | ||
st7789v_generic | ||
waveshare_epaper | ||
wnc_m14a2a | ||
x_nucleo_idb05a1 | ||
x_nucleo_iks01a1 | ||
x_nucleo_iks01a2 | ||
x_nucleo_iks01a3 | ||
index.rst |