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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/phy/phy-cadence-torrent.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/phy/phy-cadence-torrent.yaml (Architecture i386) and /Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml (Architecture alpha)


  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/phy-cad      4 $id: http://devicetree.org/schemas/phy/phy-cadence-torrent.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Cadence Torrent SD0801 PHY                   7 title: Cadence Torrent SD0801 PHY
  8                                                     8 
  9 description:                                        9 description:
 10   This binding describes the Cadence SD0801 PH     10   This binding describes the Cadence SD0801 PHY (also known as Torrent PHY)
 11   hardware included with the Cadence MHDP Disp     11   hardware included with the Cadence MHDP DisplayPort controller. Torrent
 12   PHY also supports multilink multiprotocol co     12   PHY also supports multilink multiprotocol combinations including protocols
 13   such as PCIe, USB, SGMII, QSGMII etc.            13   such as PCIe, USB, SGMII, QSGMII etc.
 14                                                    14 
 15 maintainers:                                       15 maintainers:
 16   - Swapnil Jakhade <sjakhade@cadence.com>          16   - Swapnil Jakhade <sjakhade@cadence.com>
 17   - Yuti Amonkar <yamonkar@cadence.com>             17   - Yuti Amonkar <yamonkar@cadence.com>
 18                                                    18 
 19 properties:                                        19 properties:
 20   compatible:                                      20   compatible:
 21     enum:                                          21     enum:
 22       - cdns,torrent-phy                           22       - cdns,torrent-phy
 23       - ti,j7200-serdes-10g                        23       - ti,j7200-serdes-10g
 24       - ti,j721e-serdes-10g                        24       - ti,j721e-serdes-10g
 25                                                    25 
 26   '#address-cells':                                26   '#address-cells':
 27     const: 1                                       27     const: 1
 28                                                    28 
 29   '#size-cells':                                   29   '#size-cells':
 30     const: 0                                       30     const: 0
 31                                                    31 
 32   '#clock-cells':                                  32   '#clock-cells':
 33     const: 1                                       33     const: 1
 34                                                    34 
 35   clocks:                                          35   clocks:
 36     minItems: 1                                    36     minItems: 1
 37     maxItems: 2                                    37     maxItems: 2
 38     description:                                   38     description:
 39       PHY input reference clocks - refclk (for     39       PHY input reference clocks - refclk (for PLL0) & pll1_refclk (for PLL1).
 40       pll1_refclk is optional and used for mul     40       pll1_refclk is optional and used for multi-protocol configurations requiring
 41       separate reference clock for each protoc     41       separate reference clock for each protocol.
 42       Same refclk is used for both PLL0 and PL     42       Same refclk is used for both PLL0 and PLL1 if no separate pll1_refclk is used.
 43       Optional parent clock (phy_en_refclk) to     43       Optional parent clock (phy_en_refclk) to enable a reference clock output feature
 44       on some platforms to output either deriv     44       on some platforms to output either derived or received reference clock.
 45                                                    45 
 46   clock-names:                                     46   clock-names:
 47     minItems: 1                                    47     minItems: 1
 48     items:                                         48     items:
 49       - const: refclk                              49       - const: refclk
 50       - enum: [ pll1_refclk, phy_en_refclk ]       50       - enum: [ pll1_refclk, phy_en_refclk ]
 51                                                    51 
 52   reg:                                             52   reg:
 53     minItems: 1                                    53     minItems: 1
 54     items:                                         54     items:
 55       - description: Offset of the Torrent PHY     55       - description: Offset of the Torrent PHY configuration registers.
 56       - description: Offset of the DPTX PHY co     56       - description: Offset of the DPTX PHY configuration registers.
 57                                                    57 
 58   reg-names:                                       58   reg-names:
 59     minItems: 1                                    59     minItems: 1
 60     items:                                         60     items:
 61       - const: torrent_phy                         61       - const: torrent_phy
 62       - const: dptx_phy                            62       - const: dptx_phy
 63                                                    63 
 64   resets:                                          64   resets:
 65     minItems: 1                                    65     minItems: 1
 66     items:                                         66     items:
 67       - description: Torrent PHY reset.            67       - description: Torrent PHY reset.
 68       - description: Torrent APB reset. This i     68       - description: Torrent APB reset. This is optional.
 69                                                    69 
 70   reset-names:                                     70   reset-names:
 71     minItems: 1                                    71     minItems: 1
 72     items:                                         72     items:
 73       - const: torrent_reset                       73       - const: torrent_reset
 74       - const: torrent_apb                         74       - const: torrent_apb
 75                                                    75 
 76 patternProperties:                                 76 patternProperties:
 77   '^phy@[0-3]$':                                   77   '^phy@[0-3]$':
 78     type: object                                   78     type: object
 79     description:                                   79     description:
 80       Each group of PHY lanes with a single ma     80       Each group of PHY lanes with a single master lane should be represented as a sub-node.
 81     properties:                                    81     properties:
 82       reg:                                         82       reg:
 83         description:                               83         description:
 84           The master lane number. This is the      84           The master lane number. This is the lowest numbered lane in the lane group.
 85         minimum: 0                                 85         minimum: 0
 86         maximum: 3                                 86         maximum: 3
 87                                                    87 
 88       resets:                                      88       resets:
 89         minItems: 1                                89         minItems: 1
 90         maxItems: 4                                90         maxItems: 4
 91         description:                               91         description:
 92           Contains list of resets, one per lan     92           Contains list of resets, one per lane, to get all the link lanes out of reset.
 93                                                    93 
 94       "#phy-cells":                                94       "#phy-cells":
 95         const: 0                                   95         const: 0
 96                                                    96 
 97       cdns,phy-type:                               97       cdns,phy-type:
 98         description:                               98         description:
 99           Specifies the type of PHY for which      99           Specifies the type of PHY for which the group of PHY lanes is used.
100           Refer include/dt-bindings/phy/phy.h.    100           Refer include/dt-bindings/phy/phy.h. Constants from the header should be used.
101         $ref: /schemas/types.yaml#/definitions    101         $ref: /schemas/types.yaml#/definitions/uint32
102         minimum: 1                                102         minimum: 1
103         maximum: 9                                103         maximum: 9
104                                                   104 
105       cdns,num-lanes:                             105       cdns,num-lanes:
106         description:                              106         description:
107           Number of lanes.                        107           Number of lanes.
108         $ref: /schemas/types.yaml#/definitions    108         $ref: /schemas/types.yaml#/definitions/uint32
109         enum: [1, 2, 3, 4]                        109         enum: [1, 2, 3, 4]
110         default: 4                                110         default: 4
111                                                   111 
112       cdns,ssc-mode:                              112       cdns,ssc-mode:
113         description:                              113         description:
114           Specifies the Spread Spectrum Clocki    114           Specifies the Spread Spectrum Clocking mode used. It can be NO_SSC,
115           EXTERNAL_SSC or INTERNAL_SSC.           115           EXTERNAL_SSC or INTERNAL_SSC.
116           Refer include/dt-bindings/phy/phy-ca    116           Refer include/dt-bindings/phy/phy-cadence.h for the constants to be used.
117         $ref: /schemas/types.yaml#/definitions    117         $ref: /schemas/types.yaml#/definitions/uint32
118         enum: [0, 1, 2]                           118         enum: [0, 1, 2]
119         default: 0                                119         default: 0
120                                                   120 
121       cdns,max-bit-rate:                          121       cdns,max-bit-rate:
122         description:                              122         description:
123           Maximum DisplayPort link bit rate to    123           Maximum DisplayPort link bit rate to use, in Mbps
124         $ref: /schemas/types.yaml#/definitions    124         $ref: /schemas/types.yaml#/definitions/uint32
125         enum: [2160, 2430, 2700, 3240, 4320, 5    125         enum: [2160, 2430, 2700, 3240, 4320, 5400, 8100]
126         default: 8100                             126         default: 8100
127                                                   127 
128     required:                                     128     required:
129       - reg                                       129       - reg
130       - resets                                    130       - resets
131       - "#phy-cells"                              131       - "#phy-cells"
132       - cdns,phy-type                             132       - cdns,phy-type
133       - cdns,num-lanes                            133       - cdns,num-lanes
134                                                   134 
135     additionalProperties: false                   135     additionalProperties: false
136                                                   136 
137 required:                                         137 required:
138   - compatible                                    138   - compatible
139   - "#address-cells"                              139   - "#address-cells"
140   - "#size-cells"                                 140   - "#size-cells"
141   - clocks                                        141   - clocks
142   - clock-names                                   142   - clock-names
143   - reg                                           143   - reg
144   - reg-names                                     144   - reg-names
145   - resets                                        145   - resets
146   - reset-names                                   146   - reset-names
147                                                   147 
148 additionalProperties: false                       148 additionalProperties: false
149                                                   149 
150 examples:                                         150 examples:
151   - |                                             151   - |
152     #include <dt-bindings/phy/phy.h>              152     #include <dt-bindings/phy/phy.h>
153                                                   153 
154     bus {                                         154     bus {
155         #address-cells = <2>;                     155         #address-cells = <2>;
156         #size-cells = <2>;                        156         #size-cells = <2>;
157                                                   157 
158         torrent-phy@f0fb500000 {                  158         torrent-phy@f0fb500000 {
159             compatible = "cdns,torrent-phy";      159             compatible = "cdns,torrent-phy";
160             reg = <0xf0 0xfb500000 0x0 0x00100    160             reg = <0xf0 0xfb500000 0x0 0x00100000>,
161                   <0xf0 0xfb030a00 0x0 0x00000    161                   <0xf0 0xfb030a00 0x0 0x00000040>;
162             reg-names = "torrent_phy", "dptx_p    162             reg-names = "torrent_phy", "dptx_phy";
163             resets = <&phyrst 0>;                 163             resets = <&phyrst 0>;
164             reset-names = "torrent_reset";        164             reset-names = "torrent_reset";
165             clocks = <&ref_clk>;                  165             clocks = <&ref_clk>;
166             clock-names = "refclk";               166             clock-names = "refclk";
167             #address-cells = <1>;                 167             #address-cells = <1>;
168             #size-cells = <0>;                    168             #size-cells = <0>;
169             phy@0 {                               169             phy@0 {
170                 reg = <0>;                        170                 reg = <0>;
171                 resets = <&phyrst 1>, <&phyrst    171                 resets = <&phyrst 1>, <&phyrst 2>,
172                          <&phyrst 3>, <&phyrst    172                          <&phyrst 3>, <&phyrst 4>;
173                 #phy-cells = <0>;                 173                 #phy-cells = <0>;
174                 cdns,phy-type = <PHY_TYPE_DP>;    174                 cdns,phy-type = <PHY_TYPE_DP>;
175                 cdns,num-lanes = <4>;             175                 cdns,num-lanes = <4>;
176                 cdns,max-bit-rate = <8100>;       176                 cdns,max-bit-rate = <8100>;
177             };                                    177             };
178         };                                        178         };
179     };                                            179     };
180   - |                                             180   - |
181     #include <dt-bindings/phy/phy.h>              181     #include <dt-bindings/phy/phy.h>
182     #include <dt-bindings/phy/phy-cadence.h>      182     #include <dt-bindings/phy/phy-cadence.h>
183                                                   183 
184     bus {                                         184     bus {
185         #address-cells = <2>;                     185         #address-cells = <2>;
186         #size-cells = <2>;                        186         #size-cells = <2>;
187                                                   187 
188         torrent-phy@f0fb500000 {                  188         torrent-phy@f0fb500000 {
189             compatible = "cdns,torrent-phy";      189             compatible = "cdns,torrent-phy";
190             reg = <0xf0 0xfb500000 0x0 0x00100    190             reg = <0xf0 0xfb500000 0x0 0x00100000>;
191             reg-names = "torrent_phy";            191             reg-names = "torrent_phy";
192             resets = <&phyrst 0>, <&phyrst 1>;    192             resets = <&phyrst 0>, <&phyrst 1>;
193             reset-names = "torrent_reset", "to    193             reset-names = "torrent_reset", "torrent_apb";
194             clocks = <&ref_clk>;                  194             clocks = <&ref_clk>;
195             clock-names = "refclk";               195             clock-names = "refclk";
196             #address-cells = <1>;                 196             #address-cells = <1>;
197             #size-cells = <0>;                    197             #size-cells = <0>;
198             phy@0 {                               198             phy@0 {
199                 reg = <0>;                        199                 reg = <0>;
200                 resets = <&phyrst 2>, <&phyrst    200                 resets = <&phyrst 2>, <&phyrst 3>;
201                 #phy-cells = <0>;                 201                 #phy-cells = <0>;
202                 cdns,phy-type = <PHY_TYPE_PCIE    202                 cdns,phy-type = <PHY_TYPE_PCIE>;
203                 cdns,num-lanes = <2>;             203                 cdns,num-lanes = <2>;
204                 cdns,ssc-mode = <CDNS_SERDES_N    204                 cdns,ssc-mode = <CDNS_SERDES_NO_SSC>;
205             };                                    205             };
206                                                   206 
207             phy@2 {                               207             phy@2 {
208                 reg = <2>;                        208                 reg = <2>;
209                 resets = <&phyrst 4>;             209                 resets = <&phyrst 4>;
210                 #phy-cells = <0>;                 210                 #phy-cells = <0>;
211                 cdns,phy-type = <PHY_TYPE_SGMI    211                 cdns,phy-type = <PHY_TYPE_SGMII>;
212                 cdns,num-lanes = <1>;             212                 cdns,num-lanes = <1>;
213                 cdns,ssc-mode = <CDNS_SERDES_N    213                 cdns,ssc-mode = <CDNS_SERDES_NO_SSC>;
214             };                                    214             };
215         };                                        215         };
216     };                                            216     };
217 ...                                               217 ...
                                                      

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