blob: 0e68f9a89d2da22001fdc0aba22aff5d9e5db8ed [file] [log] [blame]
/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&zephyr_udc0 {
hp_0 {
compatible = "usb-audio-hp";
feature-mute;
channel-l;
channel-r;
};
mic_0 {
compatible = "usb-audio-mic";
feature-mute;
channel-l;
channel-r;
};
};