tests: usb: uac2: Add speed properties to UAC2 instances

Add full-speed property to build all configuration and to UAC2
descriptor tests because this is what the tests were written for
(UAC2 class originally was full-speed only and there were no speed
properties available).

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
This commit is contained in:
Tomasz Moń 2024-08-29 14:27:53 +02:00 committed by Fabio Baltieri
commit 462077b2f2
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
uac2_headphones: usb_audio2 {
compatible = "zephyr,uac2";
status = "okay";
full-speed;
audio-function = <AUDIO_FUNCTION_OTHER>;
uac_aclk: aclk {

View file

@ -10,6 +10,7 @@
uac2_headset: usb_audio2 {
compatible = "zephyr,uac2";
status = "okay";
full-speed;
audio-function = <AUDIO_FUNCTION_HEADSET>;
uac_aclk: aclk {