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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/phy/nvidia,tegra20-usb-phy.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/nvidia,tegra20-usb-phy.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/phy/nvidia,tegra20-usb-phy.yaml (Version linux-6.0.19)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/phy/nvidia,      4 $id: http://devicetree.org/schemas/phy/nvidia,tegra20-usb-phy.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: NVIDIA Tegra USB PHY                         7 title: NVIDIA Tegra USB PHY
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Dmitry Osipenko <digetx@gmail.com>              10   - Dmitry Osipenko <digetx@gmail.com>
 11   - Jon Hunter <jonathanh@nvidia.com>               11   - Jon Hunter <jonathanh@nvidia.com>
 12   - Thierry Reding <thierry.reding@gmail.com>       12   - Thierry Reding <thierry.reding@gmail.com>
 13                                                    13 
 14 properties:                                        14 properties:
 15   compatible:                                      15   compatible:
 16     oneOf:                                         16     oneOf:
 17       - items:                                     17       - items:
 18           - enum:                                  18           - enum:
 19               - nvidia,tegra124-usb-phy            19               - nvidia,tegra124-usb-phy
 20               - nvidia,tegra114-usb-phy            20               - nvidia,tegra114-usb-phy
 21           - enum:                                  21           - enum:
 22               - nvidia,tegra30-usb-phy             22               - nvidia,tegra30-usb-phy
 23       - items:                                     23       - items:
 24           - enum:                                  24           - enum:
 25               - nvidia,tegra30-usb-phy             25               - nvidia,tegra30-usb-phy
 26               - nvidia,tegra20-usb-phy             26               - nvidia,tegra20-usb-phy
 27                                                    27 
 28   reg:                                             28   reg:
 29     minItems: 1                                    29     minItems: 1
 30     maxItems: 2                                    30     maxItems: 2
 31     description: |                                 31     description: |
 32       PHY0 and PHY2 share power and ground, PH     32       PHY0 and PHY2 share power and ground, PHY0 contains shared registers.
 33       PHY0 and PHY2 must specify two register      33       PHY0 and PHY2 must specify two register sets, where the first set is
 34       PHY own registers and the second set is      34       PHY own registers and the second set is the PHY0 registers.
 35                                                    35 
 36   clocks:                                          36   clocks:
 37     anyOf:                                         37     anyOf:
 38       - items:                                     38       - items:
 39           - description: Registers clock           39           - description: Registers clock
 40           - description: Main PHY clock            40           - description: Main PHY clock
 41                                                    41 
 42       - items:                                     42       - items:
 43           - description: Registers clock           43           - description: Registers clock
 44           - description: Main PHY clock            44           - description: Main PHY clock
 45           - description: ULPI PHY clock            45           - description: ULPI PHY clock
 46                                                    46 
 47       - items:                                     47       - items:
 48           - description: Registers clock           48           - description: Registers clock
 49           - description: Main PHY clock            49           - description: Main PHY clock
 50           - description: UTMI pads control reg     50           - description: UTMI pads control registers clock
 51                                                    51 
 52       - items:                                     52       - items:
 53           - description: Registers clock           53           - description: Registers clock
 54           - description: Main PHY clock            54           - description: Main PHY clock
 55           - description: UTMI timeout clock        55           - description: UTMI timeout clock
 56           - description: UTMI pads control reg     56           - description: UTMI pads control registers clock
 57                                                    57 
 58   clock-names:                                     58   clock-names:
 59     oneOf:                                         59     oneOf:
 60       - items:                                     60       - items:
 61           - const: reg                             61           - const: reg
 62           - const: pll_u                           62           - const: pll_u
 63                                                    63 
 64       - items:                                     64       - items:
 65           - const: reg                             65           - const: reg
 66           - const: pll_u                           66           - const: pll_u
 67           - const: ulpi-link                       67           - const: ulpi-link
 68                                                    68 
 69       - items:                                     69       - items:
 70           - const: reg                             70           - const: reg
 71           - const: pll_u                           71           - const: pll_u
 72           - const: utmi-pads                       72           - const: utmi-pads
 73                                                    73 
 74       - items:                                     74       - items:
 75           - const: reg                             75           - const: reg
 76           - const: pll_u                           76           - const: pll_u
 77           - const: timer                           77           - const: timer
 78           - const: utmi-pads                       78           - const: utmi-pads
 79                                                    79 
 80   interrupts:                                      80   interrupts:
 81     maxItems: 1                                    81     maxItems: 1
 82                                                    82 
 83   resets:                                          83   resets:
 84     oneOf:                                         84     oneOf:
 85       - maxItems: 1                                85       - maxItems: 1
 86         description: PHY reset                     86         description: PHY reset
 87                                                    87 
 88       - items:                                     88       - items:
 89           - description: PHY reset                 89           - description: PHY reset
 90           - description: UTMI pads reset           90           - description: UTMI pads reset
 91                                                    91 
 92   reset-names:                                     92   reset-names:
 93     oneOf:                                         93     oneOf:
 94       - const: usb                                 94       - const: usb
 95                                                    95 
 96       - items:                                     96       - items:
 97           - const: usb                             97           - const: usb
 98           - const: utmi-pads                       98           - const: utmi-pads
 99                                                    99 
100   "#phy-cells":                                   100   "#phy-cells":
101     const: 0                                      101     const: 0
102                                                   102 
103   phy_type:                                       103   phy_type:
104     $ref: /schemas/types.yaml#/definitions/str    104     $ref: /schemas/types.yaml#/definitions/string
105     enum: [utmi, ulpi, hsic]                      105     enum: [utmi, ulpi, hsic]
106                                                   106 
107   dr_mode:                                        107   dr_mode:
108     $ref: /schemas/types.yaml#/definitions/str    108     $ref: /schemas/types.yaml#/definitions/string
109     enum: [host, peripheral, otg]                 109     enum: [host, peripheral, otg]
110     default: host                                 110     default: host
111                                                   111 
112   vbus-supply:                                    112   vbus-supply:
113     description: Regulator controlling USB VBU    113     description: Regulator controlling USB VBUS.
114                                                   114 
115   nvidia,has-legacy-mode:                         115   nvidia,has-legacy-mode:
116     description: |                                116     description: |
117       Indicates whether this controller can op    117       Indicates whether this controller can operate in legacy mode
118       (as APX 2500 / 2600). In legacy mode som    118       (as APX 2500 / 2600). In legacy mode some registers are accessed
119       through the APB_MISC base address instea    119       through the APB_MISC base address instead of the USB controller.
120     type: boolean                                 120     type: boolean
121                                                   121 
122   nvidia,is-wired:                                122   nvidia,is-wired:
123     description: |                                123     description: |
124       Indicates whether we can do certain kind    124       Indicates whether we can do certain kind of power optimizations for
125       the devices that are always connected. e    125       the devices that are always connected. e.g. modem.
126     type: boolean                                 126     type: boolean
127                                                   127 
128   nvidia,has-utmi-pad-registers:                  128   nvidia,has-utmi-pad-registers:
129     description: |                                129     description: |
130       Indicates whether this controller contai    130       Indicates whether this controller contains the UTMI pad control
131       registers common to all USB controllers.    131       registers common to all USB controllers.
132     type: boolean                                 132     type: boolean
133                                                   133 
134   nvidia,hssync-start-delay:                      134   nvidia,hssync-start-delay:
135     $ref: /schemas/types.yaml#/definitions/uin    135     $ref: /schemas/types.yaml#/definitions/uint32
136     minimum: 0                                    136     minimum: 0
137     maximum: 31                                   137     maximum: 31
138     description: |                                138     description: |
139       Number of 480 MHz clock cycles to wait b    139       Number of 480 MHz clock cycles to wait before start of sync launches
140       RxActive.                                   140       RxActive.
141                                                   141 
142   nvidia,elastic-limit:                           142   nvidia,elastic-limit:
143     $ref: /schemas/types.yaml#/definitions/uin    143     $ref: /schemas/types.yaml#/definitions/uint32
144     minimum: 0                                    144     minimum: 0
145     maximum: 31                                   145     maximum: 31
146     description: Variable FIFO Depth of elasti    146     description: Variable FIFO Depth of elastic input store.
147                                                   147 
148   nvidia,idle-wait-delay:                         148   nvidia,idle-wait-delay:
149     $ref: /schemas/types.yaml#/definitions/uin    149     $ref: /schemas/types.yaml#/definitions/uint32
150     minimum: 0                                    150     minimum: 0
151     maximum: 31                                   151     maximum: 31
152     description: |                                152     description: |
153       Number of 480 MHz clock cycles of idle t    153       Number of 480 MHz clock cycles of idle to wait before declare IDLE.
154                                                   154 
155   nvidia,term-range-adj:                          155   nvidia,term-range-adj:
156     $ref: /schemas/types.yaml#/definitions/uin    156     $ref: /schemas/types.yaml#/definitions/uint32
157     minimum: 0                                    157     minimum: 0
158     maximum: 15                                   158     maximum: 15
159     description: Range adjustment on terminati    159     description: Range adjustment on terminations.
160                                                   160 
161   nvidia,xcvr-setup:                              161   nvidia,xcvr-setup:
162     $ref: /schemas/types.yaml#/definitions/uin    162     $ref: /schemas/types.yaml#/definitions/uint32
163     minimum: 0                                    163     minimum: 0
164     maximum: 127                                  164     maximum: 127
165     description: Input of XCVR cell, HS driver    165     description: Input of XCVR cell, HS driver output control.
166                                                   166 
167   nvidia,xcvr-setup-use-fuses:                    167   nvidia,xcvr-setup-use-fuses:
168     description: Indicates that the value is r    168     description: Indicates that the value is read from the on-chip fuses.
169     type: boolean                                 169     type: boolean
170                                                   170 
171   nvidia,xcvr-lsfslew:                            171   nvidia,xcvr-lsfslew:
172     $ref: /schemas/types.yaml#/definitions/uin    172     $ref: /schemas/types.yaml#/definitions/uint32
173     minimum: 0                                    173     minimum: 0
174     maximum: 3                                    174     maximum: 3
175     description: LS falling slew rate control.    175     description: LS falling slew rate control.
176                                                   176 
177   nvidia,xcvr-lsrslew:                            177   nvidia,xcvr-lsrslew:
178     $ref: /schemas/types.yaml#/definitions/uin    178     $ref: /schemas/types.yaml#/definitions/uint32
179     minimum: 0                                    179     minimum: 0
180     maximum: 3                                    180     maximum: 3
181     description: LS rising slew rate control.     181     description: LS rising slew rate control.
182                                                   182 
183   nvidia,xcvr-hsslew:                             183   nvidia,xcvr-hsslew:
184     $ref: /schemas/types.yaml#/definitions/uin    184     $ref: /schemas/types.yaml#/definitions/uint32
185     minimum: 0                                    185     minimum: 0
186     maximum: 511                                  186     maximum: 511
187     description: HS slew rate control.            187     description: HS slew rate control.
188                                                   188 
189   nvidia,hssquelch-level:                         189   nvidia,hssquelch-level:
190     $ref: /schemas/types.yaml#/definitions/uin    190     $ref: /schemas/types.yaml#/definitions/uint32
191     minimum: 0                                    191     minimum: 0
192     maximum: 3                                    192     maximum: 3
193     description: HS squelch detector level.       193     description: HS squelch detector level.
194                                                   194 
195   nvidia,hsdiscon-level:                          195   nvidia,hsdiscon-level:
196     $ref: /schemas/types.yaml#/definitions/uin    196     $ref: /schemas/types.yaml#/definitions/uint32
197     minimum: 0                                    197     minimum: 0
198     maximum: 7                                    198     maximum: 7
199     description: HS disconnect detector level.    199     description: HS disconnect detector level.
200                                                   200 
201   nvidia,phy-reset-gpio:                          201   nvidia,phy-reset-gpio:
202     maxItems: 1                                   202     maxItems: 1
203     description: GPIO used to reset the PHY.      203     description: GPIO used to reset the PHY.
204                                                   204 
205   nvidia,pmc:                                     205   nvidia,pmc:
206     $ref: /schemas/types.yaml#/definitions/pha    206     $ref: /schemas/types.yaml#/definitions/phandle-array
207     items:                                        207     items:
208       - items:                                    208       - items:
209           - description: Phandle to Power Mana    209           - description: Phandle to Power Management controller.
210           - description: USB controller ID.       210           - description: USB controller ID.
211     description:                                  211     description:
212       Phandle to Power Management controller.     212       Phandle to Power Management controller.
213                                                   213 
214 required:                                         214 required:
215   - compatible                                    215   - compatible
216   - reg                                           216   - reg
217   - clocks                                        217   - clocks
218   - clock-names                                   218   - clock-names
219   - resets                                        219   - resets
220   - reset-names                                   220   - reset-names
221   - "#phy-cells"                                  221   - "#phy-cells"
222   - phy_type                                      222   - phy_type
223                                                   223 
224 additionalProperties: false                       224 additionalProperties: false
225                                                   225 
226 allOf:                                            226 allOf:
227   - if:                                           227   - if:
228       properties:                                 228       properties:
229         phy_type:                                 229         phy_type:
230           const: utmi                             230           const: utmi
231                                                   231 
232     then:                                         232     then:
233       properties:                                 233       properties:
234         reg:                                      234         reg:
235           minItems: 2                             235           minItems: 2
236           maxItems: 2                             236           maxItems: 2
237                                                   237 
238         resets:                                   238         resets:
239           maxItems: 2                             239           maxItems: 2
240                                                   240 
241         reset-names:                              241         reset-names:
242           maxItems: 2                             242           maxItems: 2
243                                                   243 
244       required:                                   244       required:
245         - nvidia,hssync-start-delay               245         - nvidia,hssync-start-delay
246         - nvidia,elastic-limit                    246         - nvidia,elastic-limit
247         - nvidia,idle-wait-delay                  247         - nvidia,idle-wait-delay
248         - nvidia,term-range-adj                   248         - nvidia,term-range-adj
249         - nvidia,xcvr-lsfslew                     249         - nvidia,xcvr-lsfslew
250         - nvidia,xcvr-lsrslew                     250         - nvidia,xcvr-lsrslew
251                                                   251 
252       anyOf:                                      252       anyOf:
253         - required: ["nvidia,xcvr-setup"]         253         - required: ["nvidia,xcvr-setup"]
254         - required: ["nvidia,xcvr-setup-use-fu    254         - required: ["nvidia,xcvr-setup-use-fuses"]
255                                                   255 
256       if:                                         256       if:
257         properties:                               257         properties:
258           compatible:                             258           compatible:
259             contains:                             259             contains:
260               const: nvidia,tegra30-usb-phy       260               const: nvidia,tegra30-usb-phy
261                                                   261 
262       then:                                       262       then:
263         properties:                               263         properties:
264           clocks:                                 264           clocks:
265             maxItems: 3                           265             maxItems: 3
266                                                   266 
267           clock-names:                            267           clock-names:
268             items:                                268             items:
269               - const: reg                        269               - const: reg
270               - const: pll_u                      270               - const: pll_u
271               - const: utmi-pads                  271               - const: utmi-pads
272                                                   272 
273         required:                                 273         required:
274           - nvidia,xcvr-hsslew                    274           - nvidia,xcvr-hsslew
275           - nvidia,hssquelch-level                275           - nvidia,hssquelch-level
276           - nvidia,hsdiscon-level                 276           - nvidia,hsdiscon-level
277                                                   277 
278       else:                                       278       else:
279         properties:                               279         properties:
280           clocks:                                 280           clocks:
281             maxItems: 4                           281             maxItems: 4
282                                                   282 
283           clock-names:                            283           clock-names:
284             items:                                284             items:
285               - const: reg                        285               - const: reg
286               - const: pll_u                      286               - const: pll_u
287               - const: timer                      287               - const: timer
288               - const: utmi-pads                  288               - const: utmi-pads
289                                                   289 
290   - if:                                           290   - if:
291       properties:                                 291       properties:
292         phy_type:                                 292         phy_type:
293           const: ulpi                             293           const: ulpi
294                                                   294 
295     then:                                         295     then:
296       properties:                                 296       properties:
297         reg:                                      297         reg:
298           minItems: 1                             298           minItems: 1
299           maxItems: 1                             299           maxItems: 1
300                                                   300 
301         clocks:                                   301         clocks:
302           minItems: 2                             302           minItems: 2
303           maxItems: 3                             303           maxItems: 3
304                                                   304 
305         clock-names:                              305         clock-names:
306           minItems: 2                             306           minItems: 2
307           maxItems: 3                             307           maxItems: 3
308                                                   308 
309           oneOf:                                  309           oneOf:
310             - items:                              310             - items:
311                 - const: reg                      311                 - const: reg
312                 - const: pll_u                    312                 - const: pll_u
313                                                   313 
314             - items:                              314             - items:
315                 - const: reg                      315                 - const: reg
316                 - const: pll_u                    316                 - const: pll_u
317                 - const: ulpi-link                317                 - const: ulpi-link
318                                                   318 
319         resets:                                   319         resets:
320           minItems: 1                             320           minItems: 1
321           maxItems: 2                             321           maxItems: 2
322                                                   322 
323         reset-names:                              323         reset-names:
324           minItems: 1                             324           minItems: 1
325           maxItems: 2                             325           maxItems: 2
326                                                   326 
327 examples:                                         327 examples:
328   - |                                             328   - |
329     #include <dt-bindings/clock/tegra124-car.h    329     #include <dt-bindings/clock/tegra124-car.h>
330                                                   330 
331     usb-phy@7d008000 {                            331     usb-phy@7d008000 {
332         compatible = "nvidia,tegra124-usb-phy"    332         compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
333         reg = <0x7d008000 0x4000>,                333         reg = <0x7d008000 0x4000>,
334               <0x7d000000 0x4000>;                334               <0x7d000000 0x4000>;
335         interrupts = <0 97 4>;                    335         interrupts = <0 97 4>;
336         phy_type = "utmi";                        336         phy_type = "utmi";
337         clocks = <&tegra_car TEGRA124_CLK_USB3    337         clocks = <&tegra_car TEGRA124_CLK_USB3>,
338                  <&tegra_car TEGRA124_CLK_PLL_    338                  <&tegra_car TEGRA124_CLK_PLL_U>,
339                  <&tegra_car TEGRA124_CLK_USBD    339                  <&tegra_car TEGRA124_CLK_USBD>;
340         clock-names = "reg", "pll_u", "utmi-pa    340         clock-names = "reg", "pll_u", "utmi-pads";
341         resets = <&tegra_car 59>, <&tegra_car     341         resets = <&tegra_car 59>, <&tegra_car 22>;
342         reset-names = "usb", "utmi-pads";         342         reset-names = "usb", "utmi-pads";
343         #phy-cells = <0>;                         343         #phy-cells = <0>;
344         nvidia,hssync-start-delay = <0>;          344         nvidia,hssync-start-delay = <0>;
345         nvidia,idle-wait-delay = <17>;            345         nvidia,idle-wait-delay = <17>;
346         nvidia,elastic-limit = <16>;              346         nvidia,elastic-limit = <16>;
347         nvidia,term-range-adj = <6>;              347         nvidia,term-range-adj = <6>;
348         nvidia,xcvr-setup = <9>;                  348         nvidia,xcvr-setup = <9>;
349         nvidia,xcvr-lsfslew = <0>;                349         nvidia,xcvr-lsfslew = <0>;
350         nvidia,xcvr-lsrslew = <3>;                350         nvidia,xcvr-lsrslew = <3>;
351         nvidia,hssquelch-level = <2>;             351         nvidia,hssquelch-level = <2>;
352         nvidia,hsdiscon-level = <5>;              352         nvidia,hsdiscon-level = <5>;
353         nvidia,xcvr-hsslew = <12>;                353         nvidia,xcvr-hsslew = <12>;
354         nvidia,pmc = <&tegra_pmc 2>;              354         nvidia,pmc = <&tegra_pmc 2>;
355     };                                            355     };
356                                                   356 
357   - |                                             357   - |
358     #include <dt-bindings/clock/tegra20-car.h>    358     #include <dt-bindings/clock/tegra20-car.h>
359                                                   359 
360     usb-phy@c5004000 {                            360     usb-phy@c5004000 {
361         compatible = "nvidia,tegra20-usb-phy";    361         compatible = "nvidia,tegra20-usb-phy";
362         reg = <0xc5004000 0x4000>;                362         reg = <0xc5004000 0x4000>;
363         interrupts = <0 21 4>;                    363         interrupts = <0 21 4>;
364         phy_type = "ulpi";                        364         phy_type = "ulpi";
365         clocks = <&tegra_car TEGRA20_CLK_USB2>    365         clocks = <&tegra_car TEGRA20_CLK_USB2>,
366                  <&tegra_car TEGRA20_CLK_PLL_U    366                  <&tegra_car TEGRA20_CLK_PLL_U>,
367                  <&tegra_car TEGRA20_CLK_CDEV2    367                  <&tegra_car TEGRA20_CLK_CDEV2>;
368         clock-names = "reg", "pll_u", "ulpi-li    368         clock-names = "reg", "pll_u", "ulpi-link";
369         resets = <&tegra_car 58>, <&tegra_car     369         resets = <&tegra_car 58>, <&tegra_car 22>;
370         reset-names = "usb", "utmi-pads";         370         reset-names = "usb", "utmi-pads";
371         #phy-cells = <0>;                         371         #phy-cells = <0>;
372         nvidia,pmc = <&tegra_pmc 1>;              372         nvidia,pmc = <&tegra_pmc 1>;
373     };                                            373     };
                                                      

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