Searched +full:meson +full:- +full:g12a +full:- +full:usb +full:- +full:ctrl (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/usb/ | 
| H A D | amlogic,meson-g12a-usb-ctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---
 5 $id: http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml#
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 8 title: Amlogic Meson G12A DWC3 USB SoC Controller Glue
 11   - Neil Armstrong <neil.armstrong@linaro.org>
 14   The Amlogic G12A embeds a DWC3 USB IP Core configured for USB2 and USB3
 15   in host-only mode, and a DWC2 IP Core configured for USB2 peripheral mode
 20   One of the USB2 PHYs can be re-routed in peripheral mode to a DWC2 USB IP.
 25   The Amlogic A1 embeds a DWC3 USB IP Core configured for USB2 in
 [all …]
 
 | 
| /linux/drivers/usb/dwc3/ | 
| H A D | dwc3-meson-g12a.c | 1 // SPDX-License-Identifier: GPL-2.03  * USB Glue for Amlogic G12A SoCs
 10  * The USB is organized with a glue around the DWC3 Controller IP as :
 11  * - Control registers for each USB2 Ports
 12  * - Control registers for the USB PHY layer
 13  * - SuperSpeed PHY can be enabled only if port is used
 14  * - Dynamic OTG switching with ID change interrupt
 29 #include <linux/usb/otg.h>
 30 #include <linux/usb/role.h>
 33 /* USB2 Ports Control Registers, offsets are per-port */
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | amlogic,g12a-usb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---
 5 $id: http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 8 title: Amlogic G12A USB2 PHY
 11   - Neil Armstrong <neil.armstrong@linaro.org>
 16       - amlogic,g12a-usb2-phy
 17       - amlogic,a1-usb2-phy
 25   clock-names:
 27       - const: xtal
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/amlogic/ | 
| H A D | meson-g12-common.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/phy/phy.h>
 7 #include <dt-bindings/gpio/gpio.h>
 8 #include <dt-bindings/clock/g12a-clkc.h>
 9 #include <dt-bindings/clock/g12a-aoclkc.h>
 10 #include <dt-bindings/interrupt-controller/irq.h>
 11 #include <dt-bindings/interrupt-controller/arm-gic.h>
 12 #include <dt-bindings/interrupt-controller/amlogic,meson-g12a-gpio-intc.h>
 13 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>
 14 #include <dt-bindings/thermal/thermal.h>
 [all …]
 
 | 
| H A D | meson-gxl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include "meson-gx.dtsi"
 8 #include <dt-bindings/clock/gxbb-clkc.h>
 9 #include <dt-bindings/clock/gxbb-aoclkc.h>
 10 #include <dt-bindings/gpio/meson-gxl-gpio.h>
 11 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
 14 	compatible = "amlogic,meson-gxl";
 17 		usb: usb@d0078080 {  label
 18 			compatible = "amlogic,meson-gxl-usb-ctrl";
 21 			#address-cells = <2>;
 [all …]
 
 |