Lines Matching +full:en +full:- +full:usb
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
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>
17 http://datasheets.maximintegrated.com/en/ds/MAX3420E.pdf
22 - maxim,max3420-udc
23 - maxim,max3421-udc
30 - description: usb irq from max3420
31 - description: vbus detection irq
34 interrupt-names:
36 - const: udc
37 - const: vbus
40 spi-max-frequency:
44 - compatible
45 - reg
46 - interrupts
47 - interrupt-names
52 - |
53 #include <dt-bindings/gpio/gpio.h>
54 #include <dt-bindings/interrupt-controller/irq.h>
56 #address-cells = <1>;
57 #size-cells = <0>;
60 compatible = "maxim,max3420-udc";
62 interrupt-parent = <&gpio>;
64 interrupt-names = "udc", "vbus";
65 spi-max-frequency = <12500000>;