mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 14:15:20 +00:00
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> |
||
---|---|---|
.. | ||
CAN | ||
counter/alarm | ||
crypto | ||
current_sensing | ||
dac | ||
display | ||
entropy | ||
espi | ||
flash_shell | ||
gpio/boards | ||
ht16k33 | ||
i2c_fujitsu_fram | ||
kscan | ||
kscan_touch | ||
lcd_hd44780 | ||
led_apa102 | ||
led_apa102c_bitbang | ||
led_lp3943 | ||
led_lp5562 | ||
led_lpd8806 | ||
led_pca9633 | ||
led_ws2812 | ||
lora | ||
peci | ||
ps2 | ||
soc_flash_nrf | ||
spi_flash | ||
spi_fujitsu_fram | ||
watchdog | ||
drivers.rst |