samsung-sxgbe.txt (3eb66e91a25497065c5322b1268cbc3953642227) samsung-sxgbe.txt (687e3d5550c7b0e4dca0179103741a44cd3f7864)
1* Samsung 10G Ethernet driver (SXGBE)
2
3Required 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 trasmit DMA interrupts, receive DMA interrupts and lpi interrupt.

--- 7 unchanged lines hidden (view full) ---

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
23Optional properties:
1* Samsung 10G Ethernet driver (SXGBE)
2
3Required 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 trasmit DMA interrupts, receive DMA interrupts and lpi interrupt.

--- 7 unchanged lines hidden (view full) ---

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
23Optional properties:
24- mac-address: 6 bytes, mac address
25- max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
26 than the maximum frame size.
27
24- max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
25 than the maximum frame size.
26
27The MAC address will be determined using the optional properties
28defined in ethernet.txt.
29
28Example:
29
30 aliases {
31 ethernet0 = <&sxgbe0>;
32 };
33
34 sxgbe0: ethernet@1a040000 {
35 compatible = "samsung,sxgbe-v2.0a";

--- 15 unchanged lines hidden ---
30Example:
31
32 aliases {
33 ethernet0 = <&sxgbe0>;
34 };
35
36 sxgbe0: ethernet@1a040000 {
37 compatible = "samsung,sxgbe-v2.0a";

--- 15 unchanged lines hidden ---