On Thu, Aug 21, 2025 at 11:28:24PM +0200, Jihed Chaibi wrote: > + interrupts: > + description: > + Interrupts for ID and VBUS events, two interrupts must be specified, > + the first is the OTG interrupt for ID events (host mode), the second > + is the USB interrupt for VBUS events (device mode). > + minItems: 2 > + maxItems: 2 Redundant constraints and description. interrupts: items: - description: OTG for ID events in host mode - description: USB device mode for VBUS events Best regards, Krzysztof