zephyr/samples/drivers
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
..
CAN can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
counter/alarm samples: drivers: counter: alarm: Add samd20_xpro 2020-04-29 10:43:21 -05:00
crypto
current_sensing
dac
display
entropy
espi samples: drivers: espi: Fix coverity issue 2020-04-29 00:11:48 +02:00
flash_shell drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
gpio/boards
ht16k33
i2c_fujitsu_fram
kscan tests: drivers: fixes for failing tests 2020-04-24 09:49:46 -05:00
kscan_touch samples: drivers: kscan: Add sample for touch panel drivers 2020-04-24 09:49:46 -05:00
lcd_hd44780
led_apa102
led_apa102c_bitbang
led_lp3943
led_lp5562
led_lpd8806
led_pca9633
led_ws2812
lora
peci
ps2
soc_flash_nrf drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
spi_flash
spi_fujitsu_fram
watchdog
drivers.rst