Searched +full:phyrst +full:- +full:a +full:- +full:enable (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-cadence-torrent.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-cadence-torrent.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - Swapnil Jakhade <sjakhade@cadence.com> 17 - Yuti Amonkar <yamonkar@cadence.com> 22 - cdns,torrent-phy 23 - ti,j7200-serdes-10g 24 - ti,j721e-serdes-10g 26 '#address-cells': [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | cdns,usb3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence USBSS-DRD controller 10 - Pawel Laszczak <pawell@cadence.com> 18 - description: OTG controller registers 19 - description: XHCI Host controller registers 20 - description: DEVICE controller registers 22 reg-names: 24 - const: otg [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rzg3s-smarc.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Device Tree Source for the RZ SMARC Carrier-II Board. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 23 stdout-path = "serial3:115200n8"; 27 compatible = "gpio-keys"; 29 key-1 { 30 interrupts-extended = <&pinctrl RZG2L_GPIO(18, 0) IRQ_TYPE_EDGE_FALLING>; 33 wakeup-source; [all …]
|
| H A D | r9a07g044l2-remi-pi.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 17 model = "MYIR Tech Limited Remi Pi MYB-YG2LX-REMI"; 18 compatible = "myir,remi-pi", "renesas,r9a07g044l2", "renesas,r9a07g044"; 36 stdout-path = "serial0:115200n8"; 39 hdmi-out { 40 compatible = "hdmi-connector"; 41 type = "a"; [all …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdns3-plat.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2018-2020 Cadence. 6 * Copyright (C) 2017-2018 NXP 23 #include "gadget-export.h" 30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on() 34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on() 36 phy_power_off(cdns->usb2_phy); in set_phy_power_on() 43 phy_power_off(cdns->usb3_phy); in set_phy_power_off() 44 phy_power_off(cdns->usb2_phy); in set_phy_power_off() 48 * cdns3_plat_probe - probe for cdns3 core device [all …]
|