| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| # Copyright 2022 Linaro Ltd. |
| $id: http://devicetree.org/schemas/usb/faraday,fotg210.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Faraday Technology FOTG200 series HS OTG USB 2.0 controller |
| - Linus Walleij <linus.walleij@linaro.org> |
| - const: cortina,gemini-usb |
| $ref: /schemas/types.yaml#/definitions/phandle |
| description: a phandle to the global Gemini system controller on |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| #include <dt-bindings/clock/cortina,gemini-clock.h> |
| #include <dt-bindings/reset/cortina,gemini-reset.h> |
| compatible = "cortina,gemini-usb", "faraday,fotg200"; |
| reg = <0x68000000 0x1000>; |
| interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; |
| resets = <&syscon GEMINI_RESET_USB0>; |
| clocks = <&syscon GEMINI_CLK_GATE_USB0>; |