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