1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/usb/maxim,max3420-udc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MAXIM MAX3420/1 USB Peripheral Controller
10 - Jassi Brar <jaswinder.singh@linaro.org>
13 The controller provices USB2.0 compliant FullSpeed peripheral
14 implementation over the SPI interface.
16 Specifications about the part can be found at:
17 http://datasheets.maximintegrated.com/en/ds/MAX3420E.pdf
30 - description: usb irq from max3420
31 - description: vbus detection irq
51 additionalProperties: false
55 #include <dt-bindings/gpio/gpio.h>
56 #include <dt-bindings/interrupt-controller/irq.h>
62 compatible = "maxim,max3420-udc";
64 interrupt-parent = <&gpio>;
65 interrupts = <0 IRQ_TYPE_EDGE_FALLING>, <10 IRQ_TYPE_EDGE_BOTH>;
66 interrupt-names = "udc", "vbus";
67 spi-max-frequency = <12500000>;