1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom-us 4 $id: http://devicetree.org/schemas/phy/qcom-usb-ipq4019-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY 7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY 8 8 9 maintainers: 9 maintainers: 10 - Robert Marko <robert.marko@sartura.hr> 10 - Robert Marko <robert.marko@sartura.hr> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 enum: 14 enum: 15 - qcom,usb-ss-ipq4019-phy 15 - qcom,usb-ss-ipq4019-phy 16 - qcom,usb-hs-ipq4019-phy 16 - qcom,usb-hs-ipq4019-phy 17 17 18 reg: 18 reg: 19 maxItems: 1 19 maxItems: 1 20 20 21 resets: 21 resets: 22 maxItems: 2 22 maxItems: 2 23 23 24 reset-names: 24 reset-names: 25 items: 25 items: 26 - const: por_rst 26 - const: por_rst 27 - const: srif_rst 27 - const: srif_rst 28 28 29 "#phy-cells": 29 "#phy-cells": 30 const: 0 30 const: 0 31 31 32 required: 32 required: 33 - compatible 33 - compatible 34 - reg 34 - reg 35 - resets 35 - resets 36 - reset-names 36 - reset-names 37 - "#phy-cells" 37 - "#phy-cells" 38 38 39 additionalProperties: false 39 additionalProperties: false 40 40 41 examples: 41 examples: 42 - | 42 - | 43 #include <dt-bindings/clock/qcom,gcc-ipq40 43 #include <dt-bindings/clock/qcom,gcc-ipq4019.h> 44 44 45 hsphy@a8000 { 45 hsphy@a8000 { 46 #phy-cells = <0>; 46 #phy-cells = <0>; 47 compatible = "qcom,usb-hs-ipq4019-phy"; 47 compatible = "qcom,usb-hs-ipq4019-phy"; 48 reg = <0xa8000 0x40>; 48 reg = <0xa8000 0x40>; 49 resets = <&gcc USB2_HSPHY_POR_ARES>, 49 resets = <&gcc USB2_HSPHY_POR_ARES>, 50 <&gcc USB2_HSPHY_S_ARES>; 50 <&gcc USB2_HSPHY_S_ARES>; 51 reset-names = "por_rst", "srif_rst"; 51 reset-names = "por_rst", "srif_rst"; 52 }; 52 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.