19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
|
*/
|
|
|
|
&usbd {
|
|
hs_0: hs_0 {
|
|
compatible = "usb-audio-hs";
|
|
mic-feature-mute;
|
|
mic-channel-l;
|
|
mic-channel-r;
|
|
|
|
hp-feature-mute;
|
|
hp-channel-l;
|
|
hp-channel-r;
|
|
};
|
|
};
|