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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/amlogic/meson-gxl-s905x-libretech-cc.dts

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 /scripts/dtc/include-prefixes/arm64/amlogic/meson-gxl-s905x-libretech-cc.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/amlogic/meson-gxl-s905x-libretech-cc.dts (Version linux-4.15.18)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)  << 
  2 /*                                                  1 /*
  3  * Copyright (c) 2017 BayLibre, SAS.                2  * Copyright (c) 2017 BayLibre, SAS.
  4  * Author: Neil Armstrong <narmstrong@baylibre.      3  * Author: Neil Armstrong <narmstrong@baylibre.com>
  5  * Author: Jerome Brunet <jbrunet@baylibre.com>      4  * Author: Jerome Brunet <jbrunet@baylibre.com>
                                                   >>   5  *
                                                   >>   6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  6  */                                                 7  */
  7                                                     8 
  8 /dts-v1/;                                           9 /dts-v1/;
  9                                                    10 
 10 #include <dt-bindings/input/input.h>               11 #include <dt-bindings/input/input.h>
 11 #include <dt-bindings/sound/meson-aiu.h>       << 
 12                                                    12 
 13 #include "meson-gxl-s905x.dtsi"                    13 #include "meson-gxl-s905x.dtsi"
 14                                                    14 
 15 / {                                                15 / {
 16         compatible = "libretech,aml-s905x-cc", !!  16         compatible = "libretech,cc", "amlogic,s905x", "amlogic,meson-gxl";
 17                      "amlogic,meson-gxl";      !!  17         model = "Libre Technology CC";
 18         model = "Libre Computer AML-S905X-CC"; << 
 19                                                    18 
 20         aliases {                                  19         aliases {
 21                 serial0 = &uart_AO;                20                 serial0 = &uart_AO;
 22                 ethernet0 = &ethmac;           << 
 23         };                                     << 
 24                                                << 
 25         dio2133: analog-amplifier {            << 
 26                 compatible = "simple-audio-amp << 
 27                 sound-name-prefix = "AU2";     << 
 28                 VCC-supply = <&hdmi_5v>;       << 
 29                 enable-gpios = <&gpio GPIOH_5  << 
 30         };                                         21         };
 31                                                    22 
 32         chosen {                                   23         chosen {
 33                 stdout-path = "serial0:115200n     24                 stdout-path = "serial0:115200n8";
 34         };                                         25         };
 35                                                    26 
 36         cvbs-connector {                           27         cvbs-connector {
 37                 compatible = "composite-video-     28                 compatible = "composite-video-connector";
 38                                                    29 
 39                 port {                             30                 port {
 40                         cvbs_connector_in: end     31                         cvbs_connector_in: endpoint {
 41                                 remote-endpoin     32                                 remote-endpoint = <&cvbs_vdac_out>;
 42                         };                         33                         };
 43                 };                                 34                 };
 44         };                                         35         };
 45                                                    36 
 46         emmc_pwrseq: emmc-pwrseq {                 37         emmc_pwrseq: emmc-pwrseq {
 47                 compatible = "mmc-pwrseq-emmc"     38                 compatible = "mmc-pwrseq-emmc";
 48                 reset-gpios = <&gpio BOOT_9 GP     39                 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
 49         };                                         40         };
 50                                                    41 
 51         hdmi-connector {                           42         hdmi-connector {
 52                 compatible = "hdmi-connector";     43                 compatible = "hdmi-connector";
 53                 type = "a";                        44                 type = "a";
 54                                                    45 
 55                 port {                             46                 port {
 56                         hdmi_connector_in: end     47                         hdmi_connector_in: endpoint {
 57                                 remote-endpoin     48                                 remote-endpoint = <&hdmi_tx_tmds_out>;
 58                         };                         49                         };
 59                 };                                 50                 };
 60         };                                         51         };
 61                                                    52 
 62         leds {                                     53         leds {
 63                 compatible = "gpio-leds";          54                 compatible = "gpio-leds";
 64                                                    55 
 65                 led-system {                   !!  56                 system {
 66                         label = "librecomputer     57                         label = "librecomputer:system-status";
 67                         gpios = <&gpio GPIODV_     58                         gpios = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
 68                         default-state = "on";      59                         default-state = "on";
 69                         panic-indicator;           60                         panic-indicator;
 70                 };                                 61                 };
 71                                                    62 
 72                 led-blue {                     !!  63                 blue {
 73                         label = "librecomputer     64                         label = "librecomputer:blue";
 74                         gpios = <&gpio_ao GPIO     65                         gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
 75                         linux,default-trigger      66                         linux,default-trigger = "heartbeat";
 76                 };                                 67                 };
 77         };                                         68         };
 78                                                    69 
 79         memory@0 {                                 70         memory@0 {
 80                 device_type = "memory";            71                 device_type = "memory";
 81                 reg = <0x0 0x0 0x0 0x80000000>     72                 reg = <0x0 0x0 0x0 0x80000000>;
 82         };                                         73         };
 83                                                    74 
 84         hdmi_5v: regulator-hdmi-5v {           !!  75         vcc_3v3: regulator-vcc_3v3 {
 85                 compatible = "regulator-fixed" << 
 86                                                << 
 87                 regulator-name = "HDMI_5V";    << 
 88                 regulator-min-microvolt = <500 << 
 89                 regulator-max-microvolt = <500 << 
 90                                                << 
 91                 gpio = <&gpio GPIOH_3 GPIO_ACT << 
 92                 enable-active-high;            << 
 93                 regulator-always-on;           << 
 94         };                                     << 
 95                                                << 
 96         vcc_3v3: regulator-vcc-3v3 {           << 
 97                 compatible = "regulator-fixed"     76                 compatible = "regulator-fixed";
 98                 regulator-name = "VCC_3V3";        77                 regulator-name = "VCC_3V3";
 99                 regulator-min-microvolt = <330     78                 regulator-min-microvolt = <3300000>;
100                 regulator-max-microvolt = <330     79                 regulator-max-microvolt = <3300000>;
101         };                                         80         };
102                                                    81 
103         vcc_card: regulator-vcc-card {             82         vcc_card: regulator-vcc-card {
104                 compatible = "regulator-gpio";     83                 compatible = "regulator-gpio";
105                                                    84 
106                 regulator-name = "VCC_CARD";       85                 regulator-name = "VCC_CARD";
107                 regulator-min-microvolt = <180     86                 regulator-min-microvolt = <1800000>;
108                 regulator-max-microvolt = <330     87                 regulator-max-microvolt = <3300000>;
109                                                    88 
110                 gpios = <&gpio_ao GPIOAO_3 GPI     89                 gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>;
111                 gpios-states = <0>;                90                 gpios-states = <0>;
112                                                    91 
113                 states = <3300000 0>,              92                 states = <3300000 0>,
114                          <1800000 1>;              93                          <1800000 1>;
115                                                    94 
116                 regulator-settling-time-up-us      95                 regulator-settling-time-up-us = <200>;
117                 regulator-settling-time-down-u     96                 regulator-settling-time-down-us = <50000>;
118         };                                         97         };
119                                                    98 
120         vddio_ao18: regulator-vddio-ao18 {     !!  99         vddio_ao18: regulator-vddio_ao18 {
121                 compatible = "regulator-fixed"    100                 compatible = "regulator-fixed";
122                 regulator-name = "VDDIO_AO18";    101                 regulator-name = "VDDIO_AO18";
123                 regulator-min-microvolt = <180    102                 regulator-min-microvolt = <1800000>;
124                 regulator-max-microvolt = <180    103                 regulator-max-microvolt = <1800000>;
125         };                                        104         };
126                                                   105 
127         /* This is provided by LDOs on the eMM !! 106         vddio_boot: regulator-vddio_boot {
128         vddio_boot: regulator-vddio-boot {     << 
129                 compatible = "regulator-fixed"    107                 compatible = "regulator-fixed";
130                 regulator-name = "VDDIO_BOOT";    108                 regulator-name = "VDDIO_BOOT";
131                 regulator-min-microvolt = <180 !! 109                 regulator-min-microvolt = <3300000>;
132                 regulator-max-microvolt = <180 !! 110                 regulator-max-microvolt = <3300000>;
133                 vin-supply = <&vcc_3v3>;       << 
134         };                                     << 
135                                                << 
136         sound {                                << 
137                 compatible = "amlogic,gx-sound << 
138                 model = "LIBRETECH-CC";        << 
139                 audio-aux-devs = <&dio2133>;   << 
140                 audio-widgets = "Line", "Lineo << 
141                 audio-routing = "AU2 INL", "AC << 
142                                 "AU2 INR", "AC << 
143                                 "Lineout", "AU << 
144                                 "Lineout", "AU << 
145                 clocks = <&clkc CLKID_MPLL0>,  << 
146                          <&clkc CLKID_MPLL1>,  << 
147                          <&clkc CLKID_MPLL2>;  << 
148                                                << 
149                 assigned-clocks = <&clkc CLKID << 
150                                   <&clkc CLKID << 
151                                   <&clkc CLKID << 
152                 assigned-clock-parents = <0>,  << 
153                 assigned-clock-rates = <294912 << 
154                                        <270950 << 
155                                        <393216 << 
156                                                << 
157                 dai-link-0 {                   << 
158                         sound-dai = <&aiu AIU_ << 
159                 };                             << 
160                                                << 
161                 dai-link-1 {                   << 
162                         sound-dai = <&aiu AIU_ << 
163                         dai-format = "i2s";    << 
164                         mclk-fs = <256>;       << 
165                                                << 
166                         codec-0 {              << 
167                                 sound-dai = <& << 
168                         };                     << 
169                                                << 
170                         codec-1 {              << 
171                                 sound-dai = <& << 
172                         };                     << 
173                 };                             << 
174                                                << 
175                 dai-link-2 {                   << 
176                         sound-dai = <&aiu AIU_ << 
177                                                << 
178                         codec-0 {              << 
179                                 sound-dai = <& << 
180                         };                     << 
181                 };                             << 
182                                                << 
183                 dai-link-3 {                   << 
184                         sound-dai = <&aiu AIU_ << 
185                                                << 
186                         codec-0 {              << 
187                                 sound-dai = <& << 
188                         };                     << 
189                 };                             << 
190         };                                        111         };
191 };                                                112 };
192                                                   113 
193 &acodec {                                      << 
194         AVDD-supply = <&vddio_ao18>;           << 
195         status = "okay";                       << 
196 };                                             << 
197                                                << 
198 &aiu {                                         << 
199         status = "okay";                       << 
200 };                                             << 
201                                                << 
202 &cec_AO {                                         114 &cec_AO {
203         status = "okay";                          115         status = "okay";
204         pinctrl-0 = <&ao_cec_pins>;               116         pinctrl-0 = <&ao_cec_pins>;
205         pinctrl-names = "default";                117         pinctrl-names = "default";
206         hdmi-phandle = <&hdmi_tx>;                118         hdmi-phandle = <&hdmi_tx>;
207 };                                                119 };
208                                                   120 
209 &cvbs_vdac_port {                                 121 &cvbs_vdac_port {
210         cvbs_vdac_out: endpoint {                 122         cvbs_vdac_out: endpoint {
211                 remote-endpoint = <&cvbs_conne    123                 remote-endpoint = <&cvbs_connector_in>;
212         };                                        124         };
213 };                                                125 };
214                                                   126 
215 &ethmac {                                         127 &ethmac {
216         status = "okay";                          128         status = "okay";
217 };                                                129 };
218                                                   130 
219 &internal_phy {                                   131 &internal_phy {
220         pinctrl-0 = <&eth_link_led_pins>, <&et    132         pinctrl-0 = <&eth_link_led_pins>, <&eth_act_led_pins>;
221         pinctrl-names = "default";                133         pinctrl-names = "default";
222 };                                                134 };
223                                                   135 
224 &ir {                                             136 &ir {
225         status = "okay";                          137         status = "okay";
226         pinctrl-0 = <&remote_input_ao_pins>;      138         pinctrl-0 = <&remote_input_ao_pins>;
227         pinctrl-names = "default";                139         pinctrl-names = "default";
228 };                                                140 };
229                                                   141 
230 &hdmi_tx {                                        142 &hdmi_tx {
231         status = "okay";                          143         status = "okay";
232         pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i    144         pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
233         pinctrl-names = "default";                145         pinctrl-names = "default";
234         hdmi-supply = <&hdmi_5v>;              << 
235 };                                                146 };
236                                                   147 
237 &hdmi_tx_tmds_port {                              148 &hdmi_tx_tmds_port {
238         hdmi_tx_tmds_out: endpoint {              149         hdmi_tx_tmds_out: endpoint {
239                 remote-endpoint = <&hdmi_conne    150                 remote-endpoint = <&hdmi_connector_in>;
240         };                                        151         };
241 };                                                152 };
242                                                   153 
243 &gpio_ao {                                     !! 154 &pinctrl_aobus {
244         gpio-line-names = "UART TX",              155         gpio-line-names = "UART TX",
245                           "UART RX",              156                           "UART RX",
246                           "Blue LED",             157                           "Blue LED",
247                           "SDCard Voltage Swit    158                           "SDCard Voltage Switch",
248                           "7J1 Header Pin5",      159                           "7J1 Header Pin5",
249                           "7J1 Header Pin3",      160                           "7J1 Header Pin3",
250                           "7J1 Header Pin12",     161                           "7J1 Header Pin12",
251                           "IR In",                162                           "IR In",
252                           "9J3 Switch HDMI CEC    163                           "9J3 Switch HDMI CEC/7J1 Header Pin11",
253                           "7J1 Header Pin13",     164                           "7J1 Header Pin13",
254                           /* GPIO_TEST_N */       165                           /* GPIO_TEST_N */
255                           "7J1 Header Pin15";     166                           "7J1 Header Pin15";
256 };                                                167 };
257                                                   168 
258 &gpio {                                        !! 169 &pinctrl_periphs {
259         gpio-line-names = /* Bank GPIOZ */        170         gpio-line-names = /* Bank GPIOZ */
260                           "", "", "", "", "",     171                           "", "", "", "", "", "", "",
261                           "", "", "", "", "",     172                           "", "", "", "", "", "", "",
262                           "Eth Link LED", "Eth    173                           "Eth Link LED", "Eth Activity LED",
263                           /* Bank GPIOH */        174                           /* Bank GPIOH */
264                           "HDMI HPD", "HDMI SD    175                           "HDMI HPD", "HDMI SDA", "HDMI SCL",
265                           "HDMI_5V_EN", "9J1 H    176                           "HDMI_5V_EN", "9J1 Header Pin2",
266                           "Analog Audio Mute",    177                           "Analog Audio Mute",
267                           "2J3 Header Pin6",      178                           "2J3 Header Pin6",
268                           "2J3 Header Pin5",      179                           "2J3 Header Pin5",
269                           "2J3 Header Pin4",      180                           "2J3 Header Pin4",
270                           "2J3 Header Pin3",      181                           "2J3 Header Pin3",
271                           /* Bank BOOT */         182                           /* Bank BOOT */
272                           "eMMC D0", "eMMC D1"    183                           "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3",
273                           "eMMC D4", "eMMC D5"    184                           "eMMC D4", "eMMC D5", "eMMC D6", "eMMC D7",
274                           "eMMC Clk", "eMMC Re    185                           "eMMC Clk", "eMMC Reset", "eMMC CMD",
275                           "ALT BOOT MODE", "",    186                           "ALT BOOT MODE", "", "", "", "eMMC Data Strobe",
276                           /* Bank CARD */         187                           /* Bank CARD */
277                           "SDCard D1", "SDCard    188                           "SDCard D1", "SDCard D0", "SDCard CLK", "SDCard CMD",
278                           "SDCard D3", "SDCard    189                           "SDCard D3", "SDCard D2", "SDCard Det",
279                           /* Bank GPIODV */       190                           /* Bank GPIODV */
280                           "", "", "", "", "",     191                           "", "", "", "", "", "", "", "", "", "", "", "",
281                           "", "", "", "", "",     192                           "", "", "", "", "", "", "", "", "", "", "", "",
282                           "Green LED", "VCCK E    193                           "Green LED", "VCCK Enable",
283                           "7J1 Header Pin27",     194                           "7J1 Header Pin27", "7J1 Header Pin28",
284                           "VCCK Regulator", "V    195                           "VCCK Regulator", "VDDEE Regulator",
285                           /* Bank GPIOX */        196                           /* Bank GPIOX */
286                           "7J1 Header Pin22",     197                           "7J1 Header Pin22", "7J1 Header Pin26",
287                           "7J1 Header Pin36",     198                           "7J1 Header Pin36", "7J1 Header Pin38",
288                           "7J1 Header Pin40",     199                           "7J1 Header Pin40", "7J1 Header Pin37",
289                           "7J1 Header Pin33",     200                           "7J1 Header Pin33", "7J1 Header Pin35",
290                           "7J1 Header Pin19",     201                           "7J1 Header Pin19", "7J1 Header Pin21",
291                           "7J1 Header Pin24",     202                           "7J1 Header Pin24", "7J1 Header Pin23",
292                           "7J1 Header Pin8", "    203                           "7J1 Header Pin8", "7J1 Header Pin10",
293                           "7J1 Header Pin16",     204                           "7J1 Header Pin16", "7J1 Header Pin18",
294                           "7J1 Header Pin32",     205                           "7J1 Header Pin32", "7J1 Header Pin29",
295                           "7J1 Header Pin31",     206                           "7J1 Header Pin31",
296                           /* Bank GPIOCLK */      207                           /* Bank GPIOCLK */
297                           "7J1 Header Pin7", "    208                           "7J1 Header Pin7", "";
298 };                                                209 };
299                                                   210 
300 &saradc {                                         211 &saradc {
301         status = "okay";                          212         status = "okay";
302         vref-supply = <&vddio_ao18>;              213         vref-supply = <&vddio_ao18>;
303 };                                                214 };
304                                                   215 
305 /* SD card */                                     216 /* SD card */
306 &sd_emmc_b {                                      217 &sd_emmc_b {
307         status = "okay";                          218         status = "okay";
308         pinctrl-0 = <&sdcard_pins>;               219         pinctrl-0 = <&sdcard_pins>;
309         pinctrl-1 = <&sdcard_clk_gate_pins>;      220         pinctrl-1 = <&sdcard_clk_gate_pins>;
310         pinctrl-names = "default", "clk-gate";    221         pinctrl-names = "default", "clk-gate";
311                                                   222 
312         bus-width = <4>;                          223         bus-width = <4>;
313         cap-sd-highspeed;                         224         cap-sd-highspeed;
314         max-frequency = <50000000>;            !! 225         sd-uhs-sdr12;
                                                   >> 226         sd-uhs-sdr25;
                                                   >> 227         sd-uhs-sdr50;
                                                   >> 228         max-frequency = <100000000>;
315         disable-wp;                               229         disable-wp;
316                                                   230 
317         cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_L !! 231         cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_HIGH>;
                                                   >> 232         cd-inverted;
318                                                   233 
319         vmmc-supply = <&vcc_3v3>;                 234         vmmc-supply = <&vcc_3v3>;
320         vqmmc-supply = <&vcc_card>;               235         vqmmc-supply = <&vcc_card>;
321 };                                                236 };
322                                                   237 
323 /* eMMC */                                        238 /* eMMC */
324 &sd_emmc_c {                                      239 &sd_emmc_c {
325         status = "okay";                          240         status = "okay";
326         pinctrl-0 = <&emmc_pins>, <&emmc_ds_pi    241         pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
327         pinctrl-1 = <&emmc_clk_gate_pins>;        242         pinctrl-1 = <&emmc_clk_gate_pins>;
328         pinctrl-names = "default", "clk-gate";    243         pinctrl-names = "default", "clk-gate";
329                                                   244 
330         bus-width = <8>;                          245         bus-width = <8>;
331         cap-mmc-highspeed;                        246         cap-mmc-highspeed;
332         mmc-ddr-1_8v;                          !! 247         mmc-ddr-3_3v;
333         mmc-hs200-1_8v;                        !! 248         max-frequency = <50000000>;
334         max-frequency = <200000000>;           !! 249         non-removable;
335         disable-wp;                               250         disable-wp;
336                                                   251 
337         mmc-pwrseq = <&emmc_pwrseq>;              252         mmc-pwrseq = <&emmc_pwrseq>;
338         vmmc-supply = <&vcc_3v3>;                 253         vmmc-supply = <&vcc_3v3>;
339         vqmmc-supply = <&vddio_boot>;             254         vqmmc-supply = <&vddio_boot>;
340 };                                                255 };
341                                                   256 
342 &uart_AO {                                        257 &uart_AO {
343         status = "okay";                          258         status = "okay";
344         pinctrl-0 = <&uart_ao_a_pins>;            259         pinctrl-0 = <&uart_ao_a_pins>;
345         pinctrl-names = "default";                260         pinctrl-names = "default";
346 };                                             << 
347                                                << 
348 &usb {                                         << 
349         status = "okay";                       << 
350         dr_mode = "host";                      << 
351 };                                             << 
352                                                << 
353 &usb2_phy0 {                                   << 
354         /*                                     << 
355          * even though the schematics don't sh << 
356          * HDMI_5V is also used as supply for  << 
357          */                                    << 
358         phy-supply = <&hdmi_5v>;               << 
359 };                                                261 };
                                                      

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