2 * Device Tree Source for Keystone 2 Galileo Netcp driver
4 * Copyright 2015 Texas Instruments, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
12 compatible = "ti,keystone-navigator-qmss-l";
16 /* power-domains = <&k2g_pds K2G_DEV_NSS0>; */
17 /* clocks = <&k2g_clks K2G_DEV_NSS0 K2G_DEV_NSS_VCLK>; */
18 clock-names = "nss_vclk";
20 queue-range = <0 0x80>;
21 linkram0 = <0x4020000 0x7ff>;
28 managed-queues = <0 0x80>;
29 reg = <0x4100000 0x800>,
33 reg-names = "peek", "config",
42 interrupts =<0 308 0xf04 0 309 0xf04 0 310 0xf04
43 0 311 0xf04 0 312 0xf04 0 313 0xf04
44 0 314 0xf04 0 315 0xf04>;
65 region-spec = <1023 128>; /* num_desc desc_size */
71 knav_dmas: knav_dmas@0 {
72 compatible = "ti,keystone-navigator-dma";
75 /* power-domains = <&k2g_pds K2G_DEV_NSS0>; */
76 /* clocks = <&k2g_clks K2G_DEV_NSS0 K2G_DEV_NSS_VCLK>; */
77 clock-names = "nss_vclk";
79 ti,navigator-cloud-address = <0x40c0000 0x40c0000 0x40c0000 0x40c0000>;
82 reg = <0x4010000 0x100>,
83 <0x4011000 0x2a0>, /* 21 Tx channels */
84 <0x4012000 0x400>, /* 32 Rx channels */
86 <0x4013000 0x400>; /* 32 Rx flows */
87 reg-names = "global", "txchan", "rxchan",
93 gbe_subsys: subsys@4200000 {
94 compatible = "syscon";
95 reg = <0x4200000 0x100>;
98 netcp: netcp@4000000 {
99 reg = <0x2620110 0x8>;
101 compatible = "ti,netcp-1.0";
102 #address-cells = <1>;
104 /* power-domains = <&k2g_pds K2G_DEV_NSS0>; */
105 /* clocks = <&k2g_clks K2G_DEV_NSS0 K2G_DEV_NSS_ESW_CLK>; */
106 clock-names = "ethss_clk";
108 /* NetCP address range */
109 ranges = <0 0x4000000 0x1000000>;
113 ti,navigator-dmas = <&dma_gbe 0>, <&dma_gbe 5>;
114 ti,navigator-dma-names = "netrx0", "nettx";
117 #address-cells = <1>;
122 compatible = "ti,netcp-gbe-2";
123 syscon-subsys = <&gbe_subsys>;
124 reg = <0x200100 0xe00>, <0x220000 0x20000>;
127 tx-channel = "nettx";
132 link-interface = <5>;
140 rx-channel = "netrx0";
143 rx-queue-depth = <128 128 0 0>;
144 rx-buffer-size = <1518 4096 0 0>;
146 tx-completion-queue = <78>;