zephyr/boards/arm/nrf51_pca10028
Sebastian Bøe 25e7316ea7 boards: dts: Fix dtc warning in board dts files
This patch is equivalent to 7b0ce85242,
but applied to buttons. As stated in the previous commit message:

This change aims at fixing 'unit_address_vs_reg' warning in arm 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: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-10-03 08:22:44 -05:00
..
doc boards: arm: nrf: Update supported features 2018-09-17 20:53:31 -04:00
Kconfig.board
Kconfig.defconfig boards: nrf: uart: Moved UART pin configuration to DTS (nRF boards) 2018-09-11 23:29:50 -05:00
board.cmake
board.h boards: arm: nrf51_pca10028: use dts for LED and button configuration 2018-09-11 11:42:20 -05:00
nrf51_pca10028.dts boards: dts: Fix dtc warning in board dts files 2018-10-03 08:22:44 -05:00
nrf51_pca10028.yaml
nrf51_pca10028_defconfig