boards: u-blox: fix invalid compatibles
These should not have whitespace, and underscores are discouraged. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
aae8e195e0
commit
c15d5eb01c
6 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-300-EVAL EVK nRF52832";
|
model = "u-blox BMD-300-EVAL EVK nRF52832";
|
||||||
compatible = "u-blox, ubx_bmd300eval_nrf52832";
|
compatible = "u-blox,ubx-bmd300eval-nrf52832";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-330-EVAL EVK nRF52810";
|
model = "u-blox BMD-330-EVAL EVK nRF52810";
|
||||||
compatible = "u-blox, ubx_bmd330eval_nrf52810";
|
compatible = "u-blox,ubx-bmd330eval-nrf52810";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-340-EVAL EVK nRF52840";
|
model = "u-blox BMD-340-EVAL EVK nRF52840";
|
||||||
compatible = "u-blox, ubx_bmd340eval_nrf52840";
|
compatible = "u-blox,ubx-bmd340eval-nrf52840";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-345-EVAL EVK nRF52840";
|
model = "u-blox BMD-345-EVAL EVK nRF52840";
|
||||||
compatible = "u-blox, ubx_bmd345eval_nrf52840";
|
compatible = "u-blox,ubx-bmd345eval-nrf52840";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-360-EVAL EVK nRF52811";
|
model = "u-blox BMD-360-EVAL EVK nRF52811";
|
||||||
compatible = "u-blox, ubx_bmd360eval_nrf52811";
|
compatible = "u-blox,ubx-bmd360eval-nrf52811";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "u-blox BMD-380-EVAL EVK nRF52840";
|
model = "u-blox BMD-380-EVAL EVK nRF52840";
|
||||||
compatible = "u-blox, ubx_bmd380eval_nrf52840";
|
compatible = "u-blox,ubx-bmd380eval-nrf52840";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue