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:
parent
397a992d5f
commit
8cbd1bb186
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue