zephyr/boards/arm/olimex_stm32_p405
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
Kconfig.board
Kconfig.defconfig
board.cmake
board.h
olimex_stm32_p405.dts boards: dts: Fix dtc warning in stm32 board dts files 2018-09-26 00:34:46 +05:30
olimex_stm32_p405.yaml
olimex_stm32_p405_defconfig arch: stm32: Remove STM32_ARM_MPU_ENABLE option. 2018-09-20 14:16:50 +02:00
pinmux.c