blob: 7d8ba72ef5cb3f487a3373073799849acd14cb41 [file] [log] [blame]
/*
* Copyright (c) 2024 Titouan Christophe
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
usb_midi: usb_midi {
compatible = "zephyr,midi2-device";
status = "okay";
#address-cells = <1>;
#size-cells = <1>;
midi_in_out@0 {
reg = <0 1>;
protocol = "midi1-up-to-128b";
};
};
};