0929d73788
Add DT and Kconfig overlay for new experimental CDC ECM implementation. USB device support configuration and initialization can be done through shell by following commands: uart:~$ usbd config add 1 uart:~$ usbd class add cdc_ecm_0 1 uart:~$ usbd defaults uart:~$ usbd init uart:~$ usbd enable Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
/*
|
|
* Copyright (c) 2023 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
cdc_ecm_eth0: cdc_ecm_eth0 {
|
|
compatible = "zephyr,cdc-ecm-ethernet";
|
|
remote-mac-address = "00005E005301";
|
|
};
|
|
};
|