zephyr/boards/arm/96b_argonkey
Erwan Gouriou de24cd69de boards/arm: Fix button dts syntax for stm32 based boards
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 button 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-20 22:51:30 -07:00
..
doc boards: arm: argonkey: Add flashing section to documentation 2018-03-16 08:52:20 -05:00
96b_argonkey.dts boards/arm: Fix button dts syntax for stm32 based boards 2018-09-20 22:51:30 -07:00
96b_argonkey.yaml boards/arm: Enable RTC on STM32F4 based boards 2018-09-14 22:48:54 -05:00
96b_argonkey_defconfig boards: stm32: argonkey: Add support to led controller 2018-07-03 12:20:51 -05:00
CMakeLists.txt cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
Kconfig.board boards: stm32: argonkey: Add dts support to sensors 2018-05-18 13:10:33 -05:00
Kconfig.defconfig boards: arm: argonkey: Properly set choice default 2018-05-29 16:19:51 -04:00
board.h boards: stm32 remove led and button definitions from board.h 2018-04-19 09:32:39 -05:00
dts.fixup boards: stm32: argonkey: Add support to led controller 2018-07-03 12:20:51 -05:00
pinmux.c