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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/usb/rockchip,rk3399-dwc3.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 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/usb/rockchip,rk3399-dwc3.yaml (Architecture i386) and /Documentation/devicetree/bindings/usb/rockchip,rk3399-dwc3.yaml (Architecture m68k)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/usb/rockchi      4 $id: http://devicetree.org/schemas/usb/rockchip,rk3399-dwc3.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Rockchip RK3399 SuperSpeed DWC3 USB SoC      7 title: Rockchip RK3399 SuperSpeed DWC3 USB SoC controller
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Heiko Stuebner <heiko@sntech.de>                10   - Heiko Stuebner <heiko@sntech.de>
 11                                                    11 
 12 properties:                                        12 properties:
 13   compatible:                                      13   compatible:
 14     const: rockchip,rk3399-dwc3                    14     const: rockchip,rk3399-dwc3
 15                                                    15 
 16   '#address-cells':                                16   '#address-cells':
 17     const: 2                                       17     const: 2
 18                                                    18 
 19   '#size-cells':                                   19   '#size-cells':
 20     const: 2                                       20     const: 2
 21                                                    21 
 22   ranges: true                                     22   ranges: true
 23                                                    23 
 24   clocks:                                          24   clocks:
 25     items:                                         25     items:
 26       - description:                               26       - description:
 27           Controller reference clock, must to      27           Controller reference clock, must to be 24 MHz
 28       - description:                               28       - description:
 29           Controller suspend clock, must to be     29           Controller suspend clock, must to be 24 MHz or 32 KHz
 30       - description:                               30       - description:
 31           Master/Core clock, must to be >= 62.     31           Master/Core clock, must to be >= 62.5 MHz for SS
 32           operation and >= 30MHz for HS operat     32           operation and >= 30MHz for HS operation
 33       - description:                               33       - description:
 34           USB3 aclk peri                           34           USB3 aclk peri
 35       - description:                               35       - description:
 36           USB3 aclk                                36           USB3 aclk
 37       - description:                               37       - description:
 38           Controller grf clock                     38           Controller grf clock
 39                                                    39 
 40   clock-names:                                     40   clock-names:
 41     items:                                         41     items:
 42       - const: ref_clk                             42       - const: ref_clk
 43       - const: suspend_clk                         43       - const: suspend_clk
 44       - const: bus_clk                             44       - const: bus_clk
 45       - const: aclk_usb3_rksoc_axi_perf            45       - const: aclk_usb3_rksoc_axi_perf
 46       - const: aclk_usb3                           46       - const: aclk_usb3
 47       - const: grf_clk                             47       - const: grf_clk
 48                                                    48 
 49   resets:                                          49   resets:
 50     maxItems: 1                                    50     maxItems: 1
 51                                                    51 
 52   reset-names:                                     52   reset-names:
 53     const: usb3-otg                                53     const: usb3-otg
 54                                                    54 
 55 patternProperties:                                 55 patternProperties:
 56   '^usb@':                                         56   '^usb@':
 57     $ref: snps,dwc3.yaml#                          57     $ref: snps,dwc3.yaml#
 58                                                    58 
 59 additionalProperties: false                        59 additionalProperties: false
 60                                                    60 
 61 required:                                          61 required:
 62   - compatible                                     62   - compatible
 63   - '#address-cells'                               63   - '#address-cells'
 64   - '#size-cells'                                  64   - '#size-cells'
 65   - ranges                                         65   - ranges
 66   - clocks                                         66   - clocks
 67   - clock-names                                    67   - clock-names
 68   - resets                                         68   - resets
 69   - reset-names                                    69   - reset-names
 70                                                    70 
 71 examples:                                          71 examples:
 72   - |                                              72   - |
 73     #include <dt-bindings/clock/rk3399-cru.h>      73     #include <dt-bindings/clock/rk3399-cru.h>
 74     #include <dt-bindings/power/rk3399-power.h     74     #include <dt-bindings/power/rk3399-power.h>
 75     #include <dt-bindings/interrupt-controller     75     #include <dt-bindings/interrupt-controller/arm-gic.h>
 76                                                    76 
 77     bus {                                          77     bus {
 78         #address-cells = <2>;                      78         #address-cells = <2>;
 79         #size-cells = <2>;                         79         #size-cells = <2>;
 80                                                    80 
 81         usb {                                      81         usb {
 82             compatible = "rockchip,rk3399-dwc3     82             compatible = "rockchip,rk3399-dwc3";
 83             #address-cells = <2>;                  83             #address-cells = <2>;
 84             #size-cells = <2>;                     84             #size-cells = <2>;
 85             ranges;                                85             ranges;
 86             clocks = <&cru SCLK_USB3OTG0_REF>,     86             clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
 87                      <&cru ACLK_USB3OTG0>, <&c     87                      <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
 88                      <&cru ACLK_USB3>, <&cru A     88                      <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
 89             clock-names = "ref_clk", "suspend_     89             clock-names = "ref_clk", "suspend_clk",
 90                           "bus_clk", "aclk_usb     90                           "bus_clk", "aclk_usb3_rksoc_axi_perf",
 91                           "aclk_usb3", "grf_cl     91                           "aclk_usb3", "grf_clk";
 92             resets = <&cru SRST_A_USB3_OTG0>;      92             resets = <&cru SRST_A_USB3_OTG0>;
 93             reset-names = "usb3-otg";              93             reset-names = "usb3-otg";
 94                                                    94 
 95             usb@fe800000 {                         95             usb@fe800000 {
 96                 compatible = "snps,dwc3";          96                 compatible = "snps,dwc3";
 97                 reg = <0x0 0xfe800000 0x0 0x10     97                 reg = <0x0 0xfe800000 0x0 0x100000>;
 98                 interrupts = <GIC_SPI 105 IRQ_     98                 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>;
 99                 clocks = <&cru SCLK_USB3OTG0_R     99                 clocks = <&cru SCLK_USB3OTG0_REF>, <&cru ACLK_USB3OTG0>,
100                          <&cru SCLK_USB3OTG0_S    100                          <&cru SCLK_USB3OTG0_SUSPEND>;
101                 clock-names = "ref", "bus_earl    101                 clock-names = "ref", "bus_early", "suspend";
102                 dr_mode = "otg";                  102                 dr_mode = "otg";
103                 phys = <&u2phy0_otg>, <&tcphy0    103                 phys = <&u2phy0_otg>, <&tcphy0_usb3>;
104                 phy-names = "usb2-phy", "usb3-    104                 phy-names = "usb2-phy", "usb3-phy";
105                 phy_type = "utmi_wide";           105                 phy_type = "utmi_wide";
106                 snps,dis_enblslpm_quirk;          106                 snps,dis_enblslpm_quirk;
107                 snps,dis-u2-freeclk-exists-qui    107                 snps,dis-u2-freeclk-exists-quirk;
108                 snps,dis_u2_susphy_quirk;         108                 snps,dis_u2_susphy_quirk;
109                 snps,dis-del-phy-power-chg-qui    109                 snps,dis-del-phy-power-chg-quirk;
110                 snps,dis-tx-ipgap-linecheck-qu    110                 snps,dis-tx-ipgap-linecheck-quirk;
111                 power-domains = <&power RK3399    111                 power-domains = <&power RK3399_PD_USB3>;
112             };                                    112             };
113         };                                        113         };
114     };                                            114     };
115 ...                                               115 ...
                                                      

~ [ 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