blob: 5bf8eef1835c878e6b0a1c7169f34c46e498157d [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>;
label = "Zephyr USB-MIDI Sample";
midi_in_out@0 {
reg = <0 1>;
protocol = "midi1-up-to-128b";
label = "MIDI-IN-OUT";
};
};
};