boards: shields: x_nucleo_idb05a1: '-' is not an allowed nodelabel char

When adding nodelabels to shields devices, it should be taken car not to
use forbidden characters.
Fix existing occurrence.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-10-03 13:55:28 +02:00 committed by Carles Cufí
commit 8cbd1bb186
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
*/
&arduino_spi {
spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
cs-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* D10 */
irq-gpios = <&arduino_header 15 0>; /* D9 */
};

View file

@ -7,7 +7,7 @@
&arduino_spi {
cs-gpios = <&arduino_header 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* A1 */
spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
compatible = "zephyr,bt-hci-spi";
reg = <0>;
reset-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D7 */