zephyr/boards/arm/nucleo_f207zg
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 boards: nucleo_f207zg: enable usb 2018-08-16 06:19:19 -07:00
support boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
CMakeLists.txt boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
Kconfig.board boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
Kconfig.defconfig drivers: pinmux: stm32: STM32F2 added ETH support to pinmux and use it 2018-08-15 08:17:48 -05:00
board.cmake boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
board.h boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
nucleo_f207zg.dts boards: dts: Fix dtc warning in stm32 board dts files 2018-09-26 00:34:46 +05:30
nucleo_f207zg.yaml boards: nucleo_f207zg: enable usb 2018-08-16 06:19:19 -07:00
nucleo_f207zg_defconfig boards: arm: add st nucleo-f207zg 2018-07-05 11:26:07 -05:00
pinmux.c boards: nucleo_f207zg: enable usb 2018-08-16 06:19:19 -07:00