Skip to content

Commit 44a4524

Browse files
ffainellidavem330
authored andcommitted
net: systemport: Add support for SYSTEMPORT Lite
Add supporf for the SYSTEMPORT Lite Ethernet controller, this piece of hardware is largely based on the full-blown SYSTEMPORT and differs in the following: - no full-blown UniMAC, instead we have the MagicPacket matching from UniMAC at same offset, and a GMII Interface Block (GIB) for the MAC-level stuff, since we are always interfaced to an Ethernet switch which is fully Ethernet compliant shortcuts could be made - 16 transmit queues, whose interrupts are moved into the first Level-2 interrupt controller bank - slight TDMA offset change (a register was inserted after TDMA_STATUS, *sigh*) - 256 RX descriptors (512 words) and 256 TX descriptors (not visible) As a consequence of these two things, update the code paths accordingly to differentiate the full-blown from the light version. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7b78be4 commit 44a4524

File tree

3 files changed

+327
-79
lines changed

3 files changed

+327
-79
lines changed

Documentation/devicetree/bindings/net/brcm,systemport.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
* Broadcom BCM7xxx Ethernet Systemport Controller (SYSTEMPORT)
22

33
Required properties:
4-
- compatible: should be one of "brcm,systemport-v1.00" or "brcm,systemport"
4+
- compatible: should be one of:
5+
"brcm,systemport-v1.00"
6+
"brcm,systemportlite-v1.00" or
7+
"brcm,systemport"
58
- reg: address and length of the register set for the device.
69
- interrupts: interrupts for the device, first cell must be for the rx
710
interrupts, and the second cell should be for the transmit queues. An

0 commit comments

Comments
 (0)