diff --git a/drivers/modem/hl7800.c b/drivers/modem/hl7800.c index 904bc60146d..eab6712e20c 100644 --- a/drivers/modem/hl7800.c +++ b/drivers/modem/hl7800.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#define DT_DRV_COMPAT swi_hl7800 +#define DT_DRV_COMPAT swir_hl7800 #include LOG_MODULE_REGISTER(modem_hl7800, CONFIG_MODEM_LOG_LEVEL); diff --git a/dts/bindings/modem/swi,hl7800.yaml b/dts/bindings/modem/swir,hl7800.yaml similarity index 97% rename from dts/bindings/modem/swi,hl7800.yaml rename to dts/bindings/modem/swir,hl7800.yaml index 167e25b17fa..8411f8dbf4e 100644 --- a/dts/bindings/modem/swi,hl7800.yaml +++ b/dts/bindings/modem/swir,hl7800.yaml @@ -6,7 +6,7 @@ description: Sierra Wireless HL7800 Modem -compatible: "swi,hl7800" +compatible: "swir,hl7800" include: uart-device.yaml