zephyr/samples/bluetooth/bap_broadcast_source/boards/nrf52833dk_nrf52833.overlay

16 lines
231 B
Plaintext

zephyr_udc0: &usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
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;
};
};