Lines Matching +full:generic +full:- +full:uhci
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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 <[email protected]>
15 - const: generic-uhci
16 - const: platform-uhci
18 - items:
19 - enum:
20 - aspeed,ast2400-uhci
21 - aspeed,ast2500-uhci
22 - aspeed,ast2600-uhci
23 - const: generic-uhci
38 - compatible
39 - reg
40 - interrupts
43 - $ref: usb-hcd.yaml
44 - if:
48 const: generic-uhci
51 - clocks
56 - |
57 #include <dt-bindings/clock/aspeed-clock.h>
60 compatible = "generic-uhci";
65 - |
66 #include <dt-bindings/clock/aspeed-clock.h>
69 compatible = "aspeed,ast2500-uhci", "generic-uhci";