Commit faf9cbe0 authored by Johann Fischer's avatar Johann Fischer Committed by Andrzej Puzdrowski
Browse files

zephyr: CDC ACM UART node to specific overlays



Move CDC ACM UART node from common DTC overlay to
specific overlays, nrf52840_big.overlays and
usb_cdc_acm.overlays.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent a6e1e9e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@
			};
	};
};

&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
		label = "CDC_ACM_0";
	};
};
+0 −7
Original line number Diff line number Diff line
@@ -3,10 +3,3 @@
		zephyr,code-partition = &boot_partition;
	};
};

&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
		label = "CDC_ACM_0";
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ tests:
  sample.bootloader.mcuboot.usb_cdc_acm_recovery:
    tags: bootloader_mcuboot
    platform_allow:  nrf52840dongle_nrf52840
    extra_args: DTC_OVERLAY_FILE=./usb_cdc_acm.overlay
    integration_platforms:
      - nrf52840dongle_nrf52840
  sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
+6 −0
Original line number Diff line number Diff line
&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
		label = "CDC_ACM_0";
	};
};