~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: USB2 ChipIdea USB controller
  8 
  9 maintainers:
 10   - Xu Yang <xu.yang_2@nxp.com>
 11   - Peng Fan <peng.fan@nxp.com>
 12 
 13 properties:
 14   compatible:
 15     oneOf:
 16       - enum:
 17           - chipidea,usb2
 18           - lsi,zevio-usb
 19           - nuvoton,npcm750-udc
 20           - nvidia,tegra20-ehci
 21           - nvidia,tegra20-udc
 22           - nvidia,tegra30-ehci
 23           - nvidia,tegra30-udc
 24           - nvidia,tegra114-udc
 25           - nvidia,tegra124-udc
 26           - qcom,ci-hdrc
 27       - items:
 28           - enum:
 29               - nvidia,tegra114-ehci
 30               - nvidia,tegra124-ehci
 31               - nvidia,tegra210-ehci
 32           - const: nvidia,tegra30-ehci
 33       - items:
 34           - const: xlnx,zynq-usb-2.20a
 35           - const: chipidea,usb2
 36       - items:
 37           - enum:
 38               - nuvoton,npcm845-udc
 39           - const: nuvoton,npcm750-udc
 40 
 41   clocks:
 42     minItems: 1
 43     maxItems: 2
 44 
 45   clock-names:
 46     minItems: 1
 47     maxItems: 2
 48 
 49   operating-points-v2:
 50     description: A phandle to the OPP table containing the performance states.
 51     $ref: /schemas/types.yaml#/definitions/phandle
 52 
 53   phy-select:
 54     description:
 55       Phandler of TCSR node with two argument that indicate register
 56       offset, and phy index
 57     $ref: /schemas/types.yaml#/definitions/phandle-array
 58     items:
 59       - description: phandle to TCSR node
 60       - description: register offset
 61       - description: phy index
 62 
 63   nvidia,phy:
 64     description: phandle of usb phy that connects to the port. Use "phys" instead.
 65     $ref: /schemas/types.yaml#/definitions/phandle
 66     deprecated: true
 67 
 68   nvidia,needs-double-reset:
 69     description: Indicates double reset or not.
 70     type: boolean
 71     deprecated: true
 72 
 73   ulpi:
 74     type: object
 75     additionalProperties: false
 76     patternProperties:
 77       "^phy(-[0-9])?$":
 78         description: The phy child node for Qcom chips.
 79         type: object
 80         $ref: /schemas/phy/qcom,usb-hs-phy.yaml
 81 
 82 required:
 83   - compatible
 84 
 85 allOf:
 86   - $ref: chipidea,usb2-common.yaml#
 87   - $ref: usb-hcd.yaml#
 88   - $ref: usb-drd.yaml#
 89 
 90 unevaluatedProperties: false
 91 
 92 examples:
 93   - |
 94     #include <dt-bindings/interrupt-controller/arm-gic.h>
 95     #include <dt-bindings/clock/berlin2.h>
 96 
 97     usb@f7ed0000 {
 98         compatible = "chipidea,usb2";
 99         reg = <0xf7ed0000 0x10000>;
100         interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
101         clocks = <&chip CLKID_USB0>;
102         phys = <&usb_phy0>;
103         phy-names = "usb-phy";
104         vbus-supply = <&reg_usb0_vbus>;
105         itc-setting = <0x4>; /* 4 micro-frames */
106          /* Incremental burst of unspecified length */
107         ahb-burst-config = <0x0>;
108         tx-burst-size-dword = <0x10>; /* 64 bytes */
109         rx-burst-size-dword = <0x10>;
110         extcon = <0>, <&usb_id>;
111         phy-clkgate-delay-us = <400>;
112         mux-controls = <&usb_switch>;
113         mux-control-names = "usb_switch";
114     };
115 
116 ...

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php