1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: USB CDC ECM virtual Ethernet controller 5 6compatible: "zephyr,cdc-ecm-ethernet" 7 8include: ethernet-controller.yaml 9 10properties: 11 remote-mac-address: 12 type: string 13 required: true 14 description: | 15 Remote MAC address of the virtual Ethernet connection. 16 Should not be the same as local-mac-address property. 17