Searched +full:usb2 +full:- +full:phy +full:- +full:r8a7795 (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/renesas,usb2-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car generation 3 USB 2.0 PHY10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>15 - items:16 - const: renesas,usb2-phy-r8a77470 # RZ/G1C18 - items:19 - enum:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/renesas,usb3-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car generation 3 USB 3.0 PHY10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>15 - enum:16 - renesas,r8a774a1-usb3-phy # RZ/G2M17 - renesas,r8a774b1-usb3-phy # RZ/G2N18 - renesas,r8a774e1-usb3-phy # RZ/G2H[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>20 compatible = "renesas,r8a7795";21 #address-cells = <2>;22 #size-cells = <2>;41 compatible = "fixed-clock";42 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas R-Car Gen3 for USB2.0 PHY driver5 * Copyright (C) 2015-2017 Renesas Electronics Corporation7 * This is based on the phy-rcar-gen2 driver:12 #include <linux/extcon-provider.h>20 #include <linux/phy/phy.h>28 /******* USB2.0 Host registers (original offset is +0x200) *******/102 struct phy *phy; member137 * ---------------------+---------------++--------------+------------148 if (ch->extcon_host) { in rcar_gen3_phy_usb2_work()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * xhci-plat.c - xHCI host controller driver platform Bus Glue.5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com12 #include <linux/dma-mapping.h>18 #include <linux/usb/phy.h>24 #include "xhci-plat.h"25 #include "xhci-mvebu.h"26 #include "xhci-rcar.h"43 if (priv->plat_start) in xhci_priv_plat_start()44 priv->plat_start(hcd); in xhci_priv_plat_start()[all …]