zephyr/boards/arm/disco_l475_iot1
Erwan Gouriou 7b0ce85242 boards: dts: Fix dtc warning in stm32 board dts files
This change aims at fixing 'unit_address_vs_reg' warning in
STM32 based boards.
This warning pops up when a node name is made up with an address
(node_name@xx) but does not contain a reg property.
This case was encountered for led nodes for instance,
where a reg property has no meaning.
Fix this by changing node_name@xx to node_name_xx which removes the
 guilty '@xx' syntax but preserves node_name uniqueness.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-09-26 00:34:46 +05:30
..
doc
support
CMakeLists.txt cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
Kconfig.board boards: disco_l475_iot1/dts: add gpios in bt controller node 2018-05-10 14:21:16 -05:00
Kconfig.defconfig sensors: introduce kconfig named choices 2018-08-29 09:05:51 -04:00
board.cmake
board.h
disco_l475_iot1.dts boards: dts: Fix dtc warning in stm32 board dts files 2018-09-26 00:34:46 +05:30
disco_l475_iot1.yaml build: Replace GCC ARM Embedded with GNU Arm Embedded 2018-08-09 13:57:55 +02:00
disco_l475_iot1_defconfig arch: stm32: Remove STM32_ARM_MPU_ENABLE option. 2018-09-20 14:16:50 +02:00
dts.fixup boards: disco_l475_iot1/dts: add gpios in bt controller node 2018-05-10 14:21:16 -05:00
pinmux.c boards: disco_l475_iot1: update BT configuration 2018-06-29 10:40:25 +02:00