zephyr/boards/arm/96b_neonkey
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
96b_neonkey.dts boards: dts: Fix dtc warning in stm32 board dts files 2018-09-26 00:34:46 +05:30
96b_neonkey.yaml boards/arm: Enable RTC on STM32F4 based boards 2018-09-14 22:48:54 -05:00
96b_neonkey_defconfig
CMakeLists.txt cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
Kconfig.board drivers: led: Add LED driver support for TI LP3943 2018-04-27 10:46:53 -05:00
Kconfig.defconfig boards: defconfig: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
board.h
dts.fixup drivers: led: Add LED driver support for TI LP3943 2018-04-27 10:46:53 -05:00
pinmux.c