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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/ti/k3-j7200-som-p0.dtsi

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

  1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
  2 /*
  3  * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
  4  */
  5 
  6 /dts-v1/;
  7 
  8 #include <dt-bindings/gpio/gpio.h>
  9 
 10 #include "k3-j7200.dtsi"
 11 
 12 / {
 13         memory@80000000 {
 14                 device_type = "memory";
 15                 bootph-all;
 16                 /* 4G RAM */
 17                 reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
 18                       <0x00000008 0x80000000 0x00000000 0x80000000>;
 19         };
 20 
 21         reserved_memory: reserved-memory {
 22                 #address-cells = <2>;
 23                 #size-cells = <2>;
 24                 ranges;
 25 
 26                 secure_ddr: optee@9e800000 {
 27                         reg = <0x00 0x9e800000 0x00 0x01800000>;
 28                         alignment = <0x1000>;
 29                         no-map;
 30                 };
 31 
 32                 mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 {
 33                         compatible = "shared-dma-pool";
 34                         reg = <0x00 0xa0000000 0x00 0x100000>;
 35                         no-map;
 36                 };
 37 
 38                 mcu_r5fss0_core0_memory_region: r5f-memory@a0100000 {
 39                         compatible = "shared-dma-pool";
 40                         reg = <0x00 0xa0100000 0x00 0xf00000>;
 41                         no-map;
 42                 };
 43 
 44                 mcu_r5fss0_core1_dma_memory_region: r5f-dma-memory@a1000000 {
 45                         compatible = "shared-dma-pool";
 46                         reg = <0x00 0xa1000000 0x00 0x100000>;
 47                         no-map;
 48                 };
 49 
 50                 mcu_r5fss0_core1_memory_region: r5f-memory@a1100000 {
 51                         compatible = "shared-dma-pool";
 52                         reg = <0x00 0xa1100000 0x00 0xf00000>;
 53                         no-map;
 54                 };
 55 
 56                 main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a2000000 {
 57                         compatible = "shared-dma-pool";
 58                         reg = <0x00 0xa2000000 0x00 0x100000>;
 59                         no-map;
 60                 };
 61 
 62                 main_r5fss0_core0_memory_region: r5f-memory@a2100000 {
 63                         compatible = "shared-dma-pool";
 64                         reg = <0x00 0xa2100000 0x00 0xf00000>;
 65                         no-map;
 66                 };
 67 
 68                 main_r5fss0_core1_dma_memory_region: r5f-dma-memory@a3000000 {
 69                         compatible = "shared-dma-pool";
 70                         reg = <0x00 0xa3000000 0x00 0x100000>;
 71                         no-map;
 72                 };
 73 
 74                 main_r5fss0_core1_memory_region: r5f-memory@a3100000 {
 75                         compatible = "shared-dma-pool";
 76                         reg = <0x00 0xa3100000 0x00 0xf00000>;
 77                         no-map;
 78                 };
 79 
 80                 rtos_ipc_memory_region: ipc-memories@a4000000 {
 81                         reg = <0x00 0xa4000000 0x00 0x00800000>;
 82                         alignment = <0x1000>;
 83                         no-map;
 84                 };
 85         };
 86 
 87         mux0: mux-controller-0 {
 88                 compatible = "gpio-mux";
 89                 #mux-state-cells = <1>;
 90                 mux-gpios = <&exp_som 1 GPIO_ACTIVE_HIGH>;
 91         };
 92 
 93         mux1: mux-controller-1 {
 94                 compatible = "gpio-mux";
 95                 #mux-state-cells = <1>;
 96                 mux-gpios = <&exp_som 2 GPIO_ACTIVE_HIGH>;
 97         };
 98 
 99         transceiver0: can-phy0 {
100                 /* standby pin has been grounded by default */
101                 compatible = "ti,tcan1042";
102                 #phy-cells = <0>;
103                 max-bitrate = <5000000>;
104         };
105 };
106 
107 &wkup_pmx0 {
108         mcu_fss0_hpb0_pins_default: mcu-fss0-hpb0-default-pins {
109                 pinctrl-single,pins = <
110                         J721E_WKUP_IOPAD(0x0, PIN_OUTPUT, 1) /* (B6) MCU_OSPI0_CLK.MCU_HYPERBUS0_CK */
111                         J721E_WKUP_IOPAD(0x4, PIN_OUTPUT, 1) /* (C8) MCU_OSPI0_LBCLKO.MCU_HYPERBUS0_CKn */
112                         J721E_WKUP_IOPAD(0x2c, PIN_OUTPUT, 1) /* (D6) MCU_OSPI0_CSn0.MCU_HYPERBUS0_CSn0 */
113                         J721E_WKUP_IOPAD(0x30, PIN_OUTPUT, 1) /* (D7) MCU_OSPI0_CSn1.MCU_HYPERBUS0_RESETn */
114                         J721E_WKUP_IOPAD(0x8, PIN_INPUT, 1) /* (B7) MCU_OSPI0_DQS.MCU_HYPERBUS0_RWDS */
115                         J721E_WKUP_IOPAD(0xc, PIN_INPUT, 1) /* (D8) MCU_OSPI0_D0.MCU_HYPERBUS0_DQ0 */
116                         J721E_WKUP_IOPAD(0x10, PIN_INPUT, 1) /* (C7) MCU_OSPI0_D1.MCU_HYPERBUS0_DQ1 */
117                         J721E_WKUP_IOPAD(0x14, PIN_INPUT, 1) /* (C5) MCU_OSPI0_D2.MCU_HYPERBUS0_DQ2 */
118                         J721E_WKUP_IOPAD(0x18, PIN_INPUT, 1) /* (A5) MCU_OSPI0_D3.MCU_HYPERBUS0_DQ3 */
119                         J721E_WKUP_IOPAD(0x1c, PIN_INPUT, 1) /* (A6) MCU_OSPI0_D4.MCU_HYPERBUS0_DQ4 */
120                         J721E_WKUP_IOPAD(0x20, PIN_INPUT, 1) /* (B8) MCU_OSPI0_D5.MCU_HYPERBUS0_DQ5 */
121                         J721E_WKUP_IOPAD(0x24, PIN_INPUT, 1) /* (A8) MCU_OSPI0_D6.MCU_HYPERBUS0_DQ6 */
122                         J721E_WKUP_IOPAD(0x28, PIN_INPUT, 1) /* (A7) MCU_OSPI0_D7.MCU_HYPERBUS0_DQ7 */
123                 >;
124         };
125 
126         mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-default-pins {
127                 pinctrl-single,pins = <
128                         J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_OSPI0_CLK */
129                         J721E_WKUP_IOPAD(0x002c, PIN_OUTPUT, 0) /* MCU_OSPI0_CSn0 */
130                         J721E_WKUP_IOPAD(0x000c, PIN_INPUT, 0)  /* MCU_OSPI0_D0 */
131                         J721E_WKUP_IOPAD(0x0010, PIN_INPUT, 0)  /* MCU_OSPI0_D1 */
132                         J721E_WKUP_IOPAD(0x0014, PIN_INPUT, 0)  /* MCU_OSPI0_D2 */
133                         J721E_WKUP_IOPAD(0x0018, PIN_INPUT, 0)  /* MCU_OSPI0_D3 */
134                         J721E_WKUP_IOPAD(0x001c, PIN_INPUT, 0)  /* MCU_OSPI0_D4 */
135                         J721E_WKUP_IOPAD(0x0020, PIN_INPUT, 0)  /* MCU_OSPI0_D5 */
136                         J721E_WKUP_IOPAD(0x0024, PIN_INPUT, 0)  /* MCU_OSPI0_D6 */
137                         J721E_WKUP_IOPAD(0x0028, PIN_INPUT, 0)  /* MCU_OSPI0_D7 */
138                         J721E_WKUP_IOPAD(0x0008, PIN_INPUT, 0)  /* MCU_OSPI0_DQS */
139                 >;
140         };
141 };
142 
143 &wkup_pmx2 {
144         wkup_i2c0_pins_default: wkup-i2c0-default-pins {
145                         pinctrl-single,pins = <
146                         J721E_WKUP_IOPAD(0x98, PIN_INPUT_PULLUP, 0) /* (F20) WKUP_I2C0_SCL */
147                         J721E_WKUP_IOPAD(0x9c, PIN_INPUT_PULLUP, 0) /* (H21) WKUP_I2C0_SDA */
148                 >;
149         };
150 };
151 
152 &wkup_pmx3 {
153         pmic_irq_pins_default: pmic-irq-default-pins {
154                 pinctrl-single,pins = <
155                         J721E_WKUP_IOPAD(0x01c, PIN_INPUT, 7) /* (E18) WKUP_GPIO0_84 */
156                 >;
157         };
158 };
159 
160 &main_pmx0 {
161         main_i2c0_pins_default: main-i2c0-default-pins {
162                 pinctrl-single,pins = <
163                         J721E_IOPAD(0xd4, PIN_INPUT_PULLUP, 0) /* (V3) I2C0_SCL */
164                         J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
165                 >;
166         };
167 
168         main_mcan0_pins_default: main-mcan0-default-pins {
169                 pinctrl-single,pins = <
170                         J721E_IOPAD(0x24, PIN_INPUT, 0) /* (V20) MCAN0_RX */
171                         J721E_IOPAD(0x20, PIN_OUTPUT, 0) /* (V18) MCAN0_TX */
172                 >;
173         };
174 };
175 
176 &hbmc {
177         /* OSPI and HBMC are muxed inside FSS, Bootloader will enable
178          * appropriate node based on board detection
179          */
180         status = "disabled";
181         pinctrl-names = "default";
182         pinctrl-0 = <&mcu_fss0_hpb0_pins_default>;
183         ranges = <0x00 0x00 0x05 0x00000000 0x4000000>, /* 64MB Flash on CS0 */
184                  <0x01 0x00 0x05 0x04000000 0x800000>; /* 8MB RAM on CS1 */
185 
186         flash@0,0 {
187                 compatible = "cypress,hyperflash", "cfi-flash";
188                 reg = <0x00 0x00 0x4000000>;
189 
190                 partitions {
191                         compatible = "fixed-partitions";
192                         #address-cells = <1>;
193                         #size-cells = <1>;
194 
195                         partition@0 {
196                                 label = "hbmc.tiboot3";
197                                 reg = <0x0 0x100000>;
198                         };
199 
200                         partition@100000 {
201                                 label = "hbmc.tispl";
202                                 reg = <0x100000 0x200000>;
203                         };
204 
205                         partition@300000 {
206                                 label = "hbmc.u-boot";
207                                 reg = <0x300000 0x400000>;
208                         };
209 
210                         partition@700000 {
211                                 label = "hbmc.env";
212                                 reg = <0x700000 0x40000>;
213                         };
214 
215                         partition@800000 {
216                                 label = "hbmc.rootfs";
217                                 reg = <0x800000 0x3800000>;
218                         };
219                 };
220         };
221 };
222 
223 &mailbox0_cluster0 {
224         status = "okay";
225         interrupts = <436>;
226 
227         mbox_mcu_r5fss0_core0: mbox-mcu-r5fss0-core0 {
228                 ti,mbox-rx = <0 0 0>;
229                 ti,mbox-tx = <1 0 0>;
230         };
231 
232         mbox_mcu_r5fss0_core1: mbox-mcu-r5fss0-core1 {
233                 ti,mbox-rx = <2 0 0>;
234                 ti,mbox-tx = <3 0 0>;
235         };
236 };
237 
238 &mailbox0_cluster1 {
239         status = "okay";
240         interrupts = <432>;
241 
242         mbox_main_r5fss0_core0: mbox-main-r5fss0-core0 {
243                 ti,mbox-rx = <0 0 0>;
244                 ti,mbox-tx = <1 0 0>;
245         };
246 
247         mbox_main_r5fss0_core1: mbox-main-r5fss0-core1 {
248                 ti,mbox-rx = <2 0 0>;
249                 ti,mbox-tx = <3 0 0>;
250         };
251 };
252 
253 &mcu_r5fss0_core0 {
254         mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core0>;
255         memory-region = <&mcu_r5fss0_core0_dma_memory_region>,
256                         <&mcu_r5fss0_core0_memory_region>;
257 };
258 
259 &mcu_r5fss0_core1 {
260         mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core1>;
261         memory-region = <&mcu_r5fss0_core1_dma_memory_region>,
262                         <&mcu_r5fss0_core1_memory_region>;
263 };
264 
265 &main_r5fss0 {
266         ti,cluster-mode = <0>;
267 };
268 
269 /* Timers are used by Remoteproc firmware */
270 &main_timer0 {
271         status = "reserved";
272 };
273 
274 &main_timer1 {
275         status = "reserved";
276 };
277 
278 &main_timer2 {
279         status = "reserved";
280 };
281 
282 &main_r5fss0_core0 {
283         mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core0>;
284         memory-region = <&main_r5fss0_core0_dma_memory_region>,
285                         <&main_r5fss0_core0_memory_region>;
286 };
287 
288 &main_r5fss0_core1 {
289         mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core1>;
290         memory-region = <&main_r5fss0_core1_dma_memory_region>,
291                         <&main_r5fss0_core1_memory_region>;
292 };
293 
294 &main_i2c0 {
295         pinctrl-names = "default";
296         pinctrl-0 = <&main_i2c0_pins_default>;
297         clock-frequency = <400000>;
298 
299         exp_som: gpio@21 {
300                 compatible = "ti,tca6408";
301                 reg = <0x21>;
302                 gpio-controller;
303                 #gpio-cells = <2>;
304                 gpio-line-names = "USB2.0_MUX_SEL", "CANUART_MUX1_SEL0",
305                                   "CANUART_MUX2_SEL0", "CANUART_MUX_SEL1",
306                                   "UART/LIN_MUX_SEL", "TRC_D17/AUDIO_REFCLK_SEL",
307                                   "GPIO_LIN_EN", "CAN_STB";
308         };
309 };
310 
311 &wkup_i2c0 {
312         status = "okay";
313         pinctrl-names = "default";
314         pinctrl-0 = <&wkup_i2c0_pins_default>;
315         clock-frequency = <400000>;
316 
317         eeprom@50 {
318                 compatible = "atmel,24c256";
319                 reg = <0x50>;
320         };
321 
322         tps659414: pmic@48 {
323                 compatible = "ti,tps6594-q1";
324                 reg = <0x48>;
325                 system-power-controller;
326                 pinctrl-names = "default";
327                 pinctrl-0 = <&pmic_irq_pins_default>;
328                 interrupt-parent = <&wkup_gpio0>;
329                 interrupts = <84 IRQ_TYPE_EDGE_FALLING>;
330                 gpio-controller;
331                 #gpio-cells = <2>;
332                 ti,primary-pmic;
333                 buck1-supply = <&vsys_3v3>;
334                 buck2-supply = <&vsys_3v3>;
335                 buck3-supply = <&vsys_3v3>;
336                 buck4-supply = <&vsys_3v3>;
337                 buck5-supply = <&vsys_3v3>;
338                 ldo1-supply = <&vsys_3v3>;
339                 ldo2-supply = <&vsys_3v3>;
340                 ldo3-supply = <&vsys_3v3>;
341                 ldo4-supply = <&vsys_3v3>;
342 
343                 regulators {
344                         bucka1: buck1 {
345                                 regulator-name = "vda_mcu_1v8";
346                                 regulator-min-microvolt = <1800000>;
347                                 regulator-max-microvolt = <1800000>;
348                                 regulator-boot-on;
349                                 regulator-always-on;
350                         };
351 
352                         bucka2: buck2 {
353                                 regulator-name = "vdd_mcuio_1v8";
354                                 regulator-min-microvolt = <1800000>;
355                                 regulator-max-microvolt = <1800000>;
356                                 regulator-boot-on;
357                                 regulator-always-on;
358                         };
359 
360                         bucka3: buck3 {
361                                 regulator-name = "vdd_mcu_0v85";
362                                 regulator-min-microvolt = <850000>;
363                                 regulator-max-microvolt = <850000>;
364                                 regulator-boot-on;
365                                 regulator-always-on;
366                         };
367 
368                         bucka4: buck4 {
369                                 regulator-name = "vdd_ddr_1v1";
370                                 regulator-min-microvolt = <1100000>;
371                                 regulator-max-microvolt = <1100000>;
372                                 regulator-boot-on;
373                                 regulator-always-on;
374                         };
375 
376                         bucka5: buck5 {
377                                 regulator-name = "vdd_phyio_1v8";
378                                 regulator-min-microvolt = <1800000>;
379                                 regulator-max-microvolt = <1800000>;
380                                 regulator-boot-on;
381                                 regulator-always-on;
382                         };
383 
384                         ldoa1: ldo1 {
385                                 regulator-name = "vdd1_lpddr4_1v8";
386                                 regulator-min-microvolt = <1800000>;
387                                 regulator-max-microvolt = <1800000>;
388                                 regulator-boot-on;
389                                 regulator-always-on;
390                         };
391 
392                         ldoa2: ldo2 {
393                                 regulator-name = "vda_dll_0v8";
394                                 regulator-min-microvolt = <800000>;
395                                 regulator-max-microvolt = <800000>;
396                                 regulator-boot-on;
397                                 regulator-always-on;
398                         };
399 
400                         ldoa3: ldo3 {
401                                 regulator-name = "vdd_wk_0v8";
402                                 regulator-min-microvolt = <800000>;
403                                 regulator-max-microvolt = <800000>;
404                                 regulator-boot-on;
405                                 regulator-always-on;
406                         };
407 
408                         ldoa4: ldo4 {
409                                 regulator-name = "vda_pll_1v8";
410                                 regulator-min-microvolt = <1800000>;
411                                 regulator-max-microvolt = <1800000>;
412                                 regulator-boot-on;
413                                 regulator-always-on;
414                         };
415                 };
416         };
417 
418         lp876441: pmic@4c {
419                 compatible = "ti,lp8764-q1";
420                 reg = <0x4c>;
421                 system-power-controller;
422                 interrupt-parent = <&wkup_gpio0>;
423                 interrupts = <84 IRQ_TYPE_EDGE_FALLING>;
424                 gpio-controller;
425                 #gpio-cells = <2>;
426                 buck1-supply = <&vsys_3v3>;
427                 buck2-supply = <&vsys_3v3>;
428                 buck3-supply = <&vsys_3v3>;
429                 buck4-supply = <&vsys_3v3>;
430 
431                 regulators: regulators {
432                         buckb1: buck1 {
433                                 regulator-name = "vdd_cpu_avs";
434                                 regulator-min-microvolt = <600000>;
435                                 regulator-max-microvolt = <900000>;
436                                 regulator-always-on;
437                                 regulator-boot-on;
438                                 bootph-pre-ram;
439                         };
440 
441                         buckb2: buck2 {
442                                 regulator-name = "vdd_ram_0v85";
443                                 regulator-min-microvolt = <850000>;
444                                 regulator-max-microvolt = <850000>;
445                                 regulator-boot-on;
446                                 regulator-always-on;
447                         };
448 
449                         buckb3: buck3 {
450                                 regulator-name = "vdd_core_0v85";
451                                 regulator-min-microvolt = <850000>;
452                                 regulator-max-microvolt = <850000>;
453                                 regulator-boot-on;
454                                 regulator-always-on;
455                         };
456 
457                         buckb4: buck4 {
458                                 regulator-name = "vdd_io_1v8";
459                                 regulator-min-microvolt = <1800000>;
460                                 regulator-max-microvolt = <1800000>;
461                                 regulator-boot-on;
462                                 regulator-always-on;
463                         };
464                 };
465         };
466 };
467 
468 &ospi0 {
469         status = "okay";
470         pinctrl-names = "default";
471         pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
472 
473         flash@0 {
474                 compatible = "jedec,spi-nor";
475                 reg = <0x0>;
476                 spi-tx-bus-width = <8>;
477                 spi-rx-bus-width = <8>;
478                 spi-max-frequency = <25000000>;
479                 cdns,tshsl-ns = <60>;
480                 cdns,tsd2d-ns = <60>;
481                 cdns,tchsh-ns = <60>;
482                 cdns,tslch-ns = <60>;
483                 cdns,read-delay = <4>;
484 
485                 partitions {
486                         compatible = "fixed-partitions";
487                         #address-cells = <1>;
488                         #size-cells = <1>;
489 
490                         partition@0 {
491                                 label = "ospi.tiboot3";
492                                 reg = <0x0 0x100000>;
493                         };
494 
495                         partition@100000 {
496                                 label = "ospi.tispl";
497                                 reg = <0x100000 0x200000>;
498                         };
499 
500                         partition@300000 {
501                                 label = "ospi.u-boot";
502                                 reg = <0x300000 0x400000>;
503                         };
504 
505                         partition@700000 {
506                                 label = "ospi.env";
507                                 reg = <0x700000 0x40000>;
508                         };
509 
510                         partition@740000 {
511                                 label = "ospi.env.backup";
512                                 reg = <0x740000 0x40000>;
513                         };
514 
515                         partition@800000 {
516                                 label = "ospi.rootfs";
517                                 reg = <0x800000 0x37c0000>;
518                         };
519 
520                         partition@3fc0000 {
521                                 label = "ospi.phypattern";
522                                 reg = <0x3fc0000 0x40000>;
523                         };
524                 };
525         };
526 };
527 
528 &main_mcan0 {
529         status = "okay";
530         pinctrl-0 = <&main_mcan0_pins_default>;
531         pinctrl-names = "default";
532         phys = <&transceiver0>;
533 };

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