The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/phy/qcom-usb-ipq4019-phy.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: ee4a3a49fe32c61d323c7609476d602d


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.