1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/usb/usb-uhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic Platform UHCI Controller
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 - const: platform-uhci
32 $ref: /schemas/types.yaml#/definitions/uint32
53 unevaluatedProperties: false
57 #include <dt-bindings/clock/aspeed-clock.h>
60 compatible = "generic-uhci";
61 reg = <0xd8007b00 0x200>;
63 clocks = <&syscon ASPEED_CLK_GATE_USBUHCICLK>;
66 #include <dt-bindings/clock/aspeed-clock.h>
69 compatible = "aspeed,ast2500-uhci", "generic-uhci";
70 reg = <0x1e6b0000 0x100>;
73 clocks = <&syscon ASPEED_CLK_GATE_USBUHCICLK>;