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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/net/samsung-sxgbe.txt

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 * Samsung 10G Ethernet driver (SXGBE)
  2 
  3 Required properties:
  4 - compatible: Should be "samsung,sxgbe-v2.0a"
  5 - reg: Address and length of the register set for the device
  6 - interrupts: Should contain the SXGBE interrupts
  7   These interrupts are ordered by fixed and follows variable
  8   transmit DMA interrupts, receive DMA interrupts and lpi interrupt.
  9   index 0 - this is fixed common interrupt of SXGBE and it is always
 10   available.
 11   index 1 to 25 - 8 variable transmit interrupts, variable 16 receive interrupts
 12   and 1 optional lpi interrupt.
 13 - phy-mode: String, operation mode of the PHY interface.
 14   Supported values are: "sgmii", "xgmii".
 15 - samsung,pbl: Integer, Programmable Burst Length.
 16   Supported values are 1, 2, 4, 8, 16, or 32.
 17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
 18   This is an integer and represents allowable DMA bursts when fixed burst.
 19   Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
 20   When fixed length is needed for burst mode, it can be set within allowable
 21   range.
 22 
 23 Optional properties:
 24 - max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
 25                   than the maximum frame size.
 26 
 27 The MAC address will be determined using the optional properties
 28 defined in ethernet.txt.
 29 
 30 Example:
 31 
 32         aliases {
 33                 ethernet0 = <&sxgbe0>;
 34         };
 35 
 36         sxgbe0: ethernet@1a040000 {
 37                 compatible = "samsung,sxgbe-v2.0a";
 38                 reg = <0 0x1a040000 0 0x10000>;
 39                 interrupt-parent = <&gic>;
 40                 interrupts = <0 209 4>, <0 185 4>, <0 186 4>, <0 187 4>,
 41                              <0 188 4>, <0 189 4>, <0 190 4>, <0 191 4>,
 42                              <0 192 4>, <0 193 4>, <0 194 4>, <0 195 4>,
 43                              <0 196 4>, <0 197 4>, <0 198 4>, <0 199 4>,
 44                              <0 200 4>, <0 201 4>, <0 202 4>, <0 203 4>,
 45                              <0 204 4>, <0 205 4>, <0 206 4>, <0 207 4>,
 46                              <0 208 4>, <0 210 4>;
 47                 samsung,pbl = <0x08>
 48                 samsung,burst-map = <0x20>
 49                 mac-address = [ 00 11 22 33 44 55 ]; /* Filled in by U-Boot */
 50                 max-frame-size = <9000>;
 51                 phy-mode = "xgmii";
 52         };

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