Searched +full:usb +full:- +full:hs +full:- +full:ipq4019 +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | qcom-usb-ipq4019-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom-usb-ipq4019-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY 10 - Robert Marko <robert.marko@sartura.hr> 15 - qcom,usb-ss-ipq4019-phy 16 - qcom,usb-hs-ipq4019-phy 24 reset-names: 26 - const: por_rst [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | qcom-soc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/arm/qcom-so [all...] |
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-ipq4019.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/clock/qcom,gcc-ipq4019.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 model = "Qualcomm Technologies, Inc. IPQ4019"; 17 compatible = "qcom,ipq4019"; 18 interrupt-parent = <&intc>; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | qcom,dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SuperSpeed DWC3 USB SoC controller 10 - Wesley Cheng <quic_wcheng@quicinc.com> 15 - enum: 16 - qcom,ipq4019-dwc3 17 - qcom,ipq5018-dwc3 18 - qcom,ipq5332-dwc3 [all …]
|
| /freebsd/sys/arm/qualcomm/ |
| H A D | ipq4018_usb_hs_phy.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 40 #include <dev/phy/phy_usb.h> 50 {"qcom,usb-hs-ipq4019-phy", 1}, 77 * For power-off - assert por, sleep for 10ms, assert srif, in ipq4018_usb_hs_phynode_phy_enable() 80 rv = hwreset_assert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable() 84 rv = hwreset_assert(sc->srif_rst); in ipq4018_usb_hs_phynode_phy_enable() 90 * For power-on - power off first, then deassert srif, then in ipq4018_usb_hs_phynode_phy_enable() 94 rv = hwreset_deassert(sc->srif_rst); in ipq4018_usb_hs_phynode_phy_enable() 98 rv = hwreset_deassert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable() [all …]
|