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
96b_argonkey_defconfig
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
board.h
CMakeLists.txt
dts.fixup
Kconfig.board
Kconfig.defconfig
pinmux.c