dts: fix u-blox sara r4 compatible
It should be "u-blox,sara-r4", because the vendor prefix for this company is "u-blox", not "ublox". Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7594676a26
commit
3910c35193
5 changed files with 12 additions and 12 deletions
|
@ -43,7 +43,7 @@
|
||||||
hw-flow-control;
|
hw-flow-control;
|
||||||
|
|
||||||
sara_r4 {
|
sara_r4 {
|
||||||
compatible = "ublox,sara-r4";
|
compatible = "u-blox,sara-r4";
|
||||||
label = "ublox-sara-r4";
|
label = "ublox-sara-r4";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
sara_r4 {
|
sara_r4 {
|
||||||
compatible = "ublox,sara-r4";
|
compatible = "u-blox,sara-r4";
|
||||||
label = "ublox-sara-r4";
|
label = "ublox-sara-r4";
|
||||||
mdm-power-gpios = <&arduino_header 11 0>; /* D5 */
|
mdm-power-gpios = <&arduino_header 11 0>; /* D5 */
|
||||||
mdm-reset-gpios = <&arduino_header 12 0>; /* D6 */
|
mdm-reset-gpios = <&arduino_header 12 0>; /* D6 */
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DT_DRV_COMPAT ublox_sara_r4
|
#define DT_DRV_COMPAT u_blox_sara_r4
|
||||||
|
|
||||||
#include <logging/log.h>
|
#include <logging/log.h>
|
||||||
LOG_MODULE_REGISTER(modem_ublox_sara_r4, CONFIG_MODEM_LOG_LEVEL);
|
LOG_MODULE_REGISTER(modem_ublox_sara_r4, CONFIG_MODEM_LOG_LEVEL);
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
description: u-blox SARA-R4 modem
|
description: u-blox SARA-R4 modem
|
||||||
|
|
||||||
compatible: "ublox,sara-r4"
|
compatible: "u-blox,sara-r4"
|
||||||
|
|
||||||
include: uart-device.yaml
|
include: uart-device.yaml
|
||||||
|
|
|
@ -31,17 +31,17 @@ test_wnc_m14a2a: wncm14a2a {
|
||||||
};
|
};
|
||||||
|
|
||||||
test_sara_r4: sara_r4 {
|
test_sara_r4: sara_r4 {
|
||||||
compatible = "ublox,sara-r4";
|
compatible = "u-blox,sara-r4";
|
||||||
label = "ublox-sara-r4";
|
label = "ublox-sara-r4";
|
||||||
|
|
||||||
mdm-power-gpios = <&test_gpio 0 0>;
|
mdm-power-gpios = <&test_gpio 0 0>;
|
||||||
mdm-reset-gpios = <&test_gpio 0 0>;
|
mdm-reset-gpios = <&test_gpio 0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
test_quectel_bg9x: quectel_bg9x {
|
test_quectel_bg9x: quectel_bg9x {
|
||||||
compatible = "quectel,bg9x";
|
compatible = "quectel,bg9x";
|
||||||
label = "quectel,bg9x";
|
label = "quectel,bg9x";
|
||||||
|
|
||||||
mdm-power-gpios = <&test_gpio 0 0>;
|
mdm-power-gpios = <&test_gpio 0 0>;
|
||||||
mdm-reset-gpios = <&test_gpio 0 0>;
|
mdm-reset-gpios = <&test_gpio 0 0>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue