diff --git a/soc/arm/atmel_sam/same70/dts_fixup.h b/soc/arm/atmel_sam/same70/dts_fixup.h deleted file mode 100644 index 9efd150b98e..00000000000 --- a/soc/arm/atmel_sam/same70/dts_fixup.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* This file is a temporary workaround for mapping of the generated information - * to the current driver definitions. This will be removed when the drivers - * are modified to handle the generated information, or the mapping of - * generated data matches the driver definitions. - */ - -/* SoC level DTS fixup file */ - -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(afec0)) -#define DT_ADC_1_NAME DT_LABEL(DT_NODELABEL(afec1)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/atmel_sam/samv71/dts_fixup.h b/soc/arm/atmel_sam/samv71/dts_fixup.h deleted file mode 100644 index 96a39275f02..00000000000 --- a/soc/arm/atmel_sam/samv71/dts_fixup.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2019 Gerson Fernando Budke - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/* This file is a temporary workaround for mapping of the generated information - * to the current driver definitions. This will be removed when the drivers - * are modified to handle the generated information, or the mapping of - * generated data matches the driver definitions. - */ - -/* SoC level DTS fixup file */ - -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(afec0)) -#define DT_ADC_1_NAME DT_LABEL(DT_NODELABEL(afec1)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/microchip_mec/mec1501/dts_fixup.h b/soc/arm/microchip_mec/mec1501/dts_fixup.h index d4cb186b324..22912fffc04 100644 --- a/soc/arm/microchip_mec/mec1501/dts_fixup.h +++ b/soc/arm/microchip_mec/mec1501/dts_fixup.h @@ -10,8 +10,6 @@ * generated data matches the driver definitions. */ -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, microchip_xec_adc)) - #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, microchip_xec_timer)) #define DT_KSCAN_0_NAME DT_LABEL(DT_INST(0, microchip_xec_kscan)) diff --git a/soc/arm/nordic_nrf/nrf51/dts_fixup.h b/soc/arm/nordic_nrf/nrf51/dts_fixup.h index 14b22895227..04fc234fe2d 100644 --- a/soc/arm/nordic_nrf/nrf51/dts_fixup.h +++ b/soc/arm/nordic_nrf/nrf51/dts_fixup.h @@ -2,8 +2,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc)) - #define DT_UART_0_NAME DT_LABEL(DT_NODELABEL(uart0)) #define DT_RTC_0_NAME DT_LABEL(DT_NODELABEL(rtc0)) diff --git a/soc/arm/nordic_nrf/nrf52/dts_fixup.h b/soc/arm/nordic_nrf/nrf52/dts_fixup.h index c55e12d6557..263d3a01c38 100644 --- a/soc/arm/nordic_nrf/nrf52/dts_fixup.h +++ b/soc/arm/nordic_nrf/nrf52/dts_fixup.h @@ -2,8 +2,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc)) - #define DT_UART_0_NAME DT_LABEL(DT_NODELABEL(uart0)) #define DT_UART_1_NAME DT_LABEL(DT_NODELABEL(uart1)) diff --git a/soc/arm/nordic_nrf/nrf53/dts_fixup.h b/soc/arm/nordic_nrf/nrf53/dts_fixup.h index 958245eadca..f15290c6702 100644 --- a/soc/arm/nordic_nrf/nrf53/dts_fixup.h +++ b/soc/arm/nordic_nrf/nrf53/dts_fixup.h @@ -6,8 +6,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc)) - #define DT_UART_0_NAME DT_LABEL(DT_NODELABEL(uart0)) #define DT_UART_1_NAME DT_LABEL(DT_NODELABEL(uart1)) diff --git a/soc/arm/nordic_nrf/nrf91/dts_fixup.h b/soc/arm/nordic_nrf/nrf91/dts_fixup.h index 73d8de606b1..254a7204b41 100644 --- a/soc/arm/nordic_nrf/nrf91/dts_fixup.h +++ b/soc/arm/nordic_nrf/nrf91/dts_fixup.h @@ -6,8 +6,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc)) - #define DT_UART_0_NAME DT_LABEL(DT_NODELABEL(uart0)) #define DT_UART_1_NAME DT_LABEL(DT_NODELABEL(uart1)) #define DT_UART_2_NAME DT_LABEL(DT_NODELABEL(uart2)) diff --git a/soc/arm/nxp_kinetis/k2x/dts_fixup.h b/soc/arm/nxp_kinetis/k2x/dts_fixup.h deleted file mode 100644 index d1ecd9247e4..00000000000 --- a/soc/arm/nxp_kinetis/k2x/dts_fixup.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (c) 2018 Prevas A/S - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/nxp_kinetis/k6x/dts_fixup.h b/soc/arm/nxp_kinetis/k6x/dts_fixup.h index 12addb78866..d04d94d63f3 100644 --- a/soc/arm/nxp_kinetis/k6x/dts_fixup.h +++ b/soc/arm/nxp_kinetis/k6x/dts_fixup.h @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: Apache-2.0 */ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) -#define DT_ADC_1_NAME DT_LABEL(DT_NODELABEL(adc1)) #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, nxp_kinetis_rtc)) diff --git a/soc/arm/nxp_kinetis/k8x/dts_fixup.h b/soc/arm/nxp_kinetis/k8x/dts_fixup.h index 6684de83081..707cefd343e 100644 --- a/soc/arm/nxp_kinetis/k8x/dts_fixup.h +++ b/soc/arm/nxp_kinetis/k8x/dts_fixup.h @@ -5,6 +5,5 @@ */ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, nxp_kinetis_rtc)) diff --git a/soc/arm/nxp_kinetis/ke1xf/dts_fixup.h b/soc/arm/nxp_kinetis/ke1xf/dts_fixup.h index 456d77ef1f3..81c62e68ac3 100644 --- a/soc/arm/nxp_kinetis/ke1xf/dts_fixup.h +++ b/soc/arm/nxp_kinetis/ke1xf/dts_fixup.h @@ -6,7 +6,3 @@ /* SoC level DTS fixup file */ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, nxp_kinetis_rtc)) - -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) -#define DT_ADC_1_NAME DT_LABEL(DT_NODELABEL(adc1)) -#define DT_ADC_2_NAME DT_LABEL(DT_NODELABEL(adc2)) diff --git a/soc/arm/nxp_kinetis/kl2x/dts_fixup.h b/soc/arm/nxp_kinetis/kl2x/dts_fixup.h deleted file mode 100644 index a8961618be6..00000000000 --- a/soc/arm/nxp_kinetis/kl2x/dts_fixup.h +++ /dev/null @@ -1,6 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/nxp_kinetis/kv5x/dts_fixup.h b/soc/arm/nxp_kinetis/kv5x/dts_fixup.h deleted file mode 100644 index bd5400b2b1c..00000000000 --- a/soc/arm/nxp_kinetis/kv5x/dts_fixup.h +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright (c) 2019 SEAL AG - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) diff --git a/soc/arm/nxp_kinetis/kwx/dts_fixup.h b/soc/arm/nxp_kinetis/kwx/dts_fixup.h index 7f072cb5344..d04d94d63f3 100644 --- a/soc/arm/nxp_kinetis/kwx/dts_fixup.h +++ b/soc/arm/nxp_kinetis/kwx/dts_fixup.h @@ -2,8 +2,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_NODELABEL(adc0)) - #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, nxp_kinetis_rtc)) /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f0/dts_fixup.h b/soc/arm/st_stm32/stm32f0/dts_fixup.h deleted file mode 100644 index 6f3ec4e4430..00000000000 --- a/soc/arm/st_stm32/stm32f0/dts_fixup.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* SoC level DTS fixup file */ - -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f1/dts_fixup.h b/soc/arm/st_stm32/stm32f1/dts_fixup.h deleted file mode 100644 index 6f3ec4e4430..00000000000 --- a/soc/arm/st_stm32/stm32f1/dts_fixup.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* SoC level DTS fixup file */ - -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f2/dts_fixup.h b/soc/arm/st_stm32/stm32f2/dts_fixup.h deleted file mode 100644 index 6f3ec4e4430..00000000000 --- a/soc/arm/st_stm32/stm32f2/dts_fixup.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* SoC level DTS fixup file */ - -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - -/* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f3/dts_fixup.h b/soc/arm/st_stm32/stm32f3/dts_fixup.h index 8d22aa4a88f..50e38da13b2 100644 --- a/soc/arm/st_stm32/stm32f3/dts_fixup.h +++ b/soc/arm/st_stm32/stm32f3/dts_fixup.h @@ -4,6 +4,4 @@ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f4/dts_fixup.h b/soc/arm/st_stm32/stm32f4/dts_fixup.h index 8d22aa4a88f..50e38da13b2 100644 --- a/soc/arm/st_stm32/stm32f4/dts_fixup.h +++ b/soc/arm/st_stm32/stm32f4/dts_fixup.h @@ -4,6 +4,4 @@ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32f7/dts_fixup.h b/soc/arm/st_stm32/stm32f7/dts_fixup.h index 8d22aa4a88f..50e38da13b2 100644 --- a/soc/arm/st_stm32/stm32f7/dts_fixup.h +++ b/soc/arm/st_stm32/stm32f7/dts_fixup.h @@ -4,6 +4,4 @@ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32g4/dts_fixup.h b/soc/arm/st_stm32/stm32g4/dts_fixup.h index 1dc48feb833..80774dd9370 100644 --- a/soc/arm/st_stm32/stm32g4/dts_fixup.h +++ b/soc/arm/st_stm32/stm32g4/dts_fixup.h @@ -6,9 +6,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) -#define DT_ADC_1_NAME DT_LABEL(DT_INST(1, st_stm32_adc)) - #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32l0/dts_fixup.h b/soc/arm/st_stm32/stm32l0/dts_fixup.h index 70810433a90..d6a7425c961 100644 --- a/soc/arm/st_stm32/stm32l0/dts_fixup.h +++ b/soc/arm/st_stm32/stm32l0/dts_fixup.h @@ -2,8 +2,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32l1/dts_fixup.h b/soc/arm/st_stm32/stm32l1/dts_fixup.h index f57a58f9244..282e7707a1a 100644 --- a/soc/arm/st_stm32/stm32l1/dts_fixup.h +++ b/soc/arm/st_stm32/stm32l1/dts_fixup.h @@ -6,7 +6,6 @@ /* SoC level DTS fixup file */ -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) + /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32l4/dts_fixup.h b/soc/arm/st_stm32/stm32l4/dts_fixup.h index 8d22aa4a88f..50e38da13b2 100644 --- a/soc/arm/st_stm32/stm32l4/dts_fixup.h +++ b/soc/arm/st_stm32/stm32l4/dts_fixup.h @@ -4,6 +4,4 @@ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/st_stm32/stm32wb/dts_fixup.h b/soc/arm/st_stm32/stm32wb/dts_fixup.h index d857a542e4e..5d04341f48d 100644 --- a/soc/arm/st_stm32/stm32wb/dts_fixup.h +++ b/soc/arm/st_stm32/stm32wb/dts_fixup.h @@ -8,6 +8,4 @@ #define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc)) -#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc)) - /* End of SoC Level DTS fixup file */