1/* 2 * Copyright (c) 2019 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&zephyr_udc0 { 8 hs_0 { 9 compatible = "usb-audio-hs"; 10 mic-feature-mute; 11 mic-channel-l; 12 mic-channel-r; 13 14 hp-feature-mute; 15 hp-channel-l; 16 hp-channel-r; 17 18 hp-feature-volume; 19 volume-max = <0x0500>; 20 volume-min = <0xBA00>; 21 volume-res = <0x100>; 22 }; 23}; 24