1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/usb/microchip,usb2514.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip USB2514 Hub Controller
10 - Fabio Estevam <festevam@gmail.com>
13 - $ref: usb-device.yaml#
26 description: GPIO connected to the RESET_N pin.
29 description: 3.3V power supply.
32 description: External 24MHz clock connected to the CLKIN pin.
41 description: The hard wired USB devices
43 $ref: /schemas/usb/usb-device.yaml
44 additionalProperties: true
46 unevaluatedProperties: false
50 #include <dt-bindings/clock/imx6qdl-clock.h>
51 #include <dt-bindings/gpio/gpio.h>
58 compatible = "usb424,2514";
60 clocks = <&clks IMX6QDL_CLK_CKO>;
61 reset-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
62 vdd-supply = <®_3v3_hub>;
67 compatible = "usbb95,772b";