Skip to content

Commit 839790e

Browse files
haukedavem330
authored andcommitted
dt-bindings: net: Add lantiq, xrx200-net DT bindings
This adds the binding for the PMAC core between the CPU and the GSWIP switch found on the xrx200 / VR9 Lantiq / Intel SoC. Signed-off-by: Hauke Mehrtens <[email protected]> Cc: [email protected] Signed-off-by: David S. Miller <[email protected]>
1 parent 7969119 commit 839790e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Lantiq xRX200 GSWIP PMAC Ethernet driver
2+
==================================
3+
4+
Required properties:
5+
6+
- compatible : "lantiq,xrx200-net" for the PMAC of the embedded
7+
: GSWIP in the xXR200
8+
- reg : memory range of the PMAC core inside of the GSWIP core
9+
- interrupts : TX and RX DMA interrupts. Use interrupt-names "tx" for
10+
: the TX interrupt and "rx" for the RX interrupt.
11+
12+
Example:
13+
14+
eth0: eth@E10B308 {
15+
#address-cells = <1>;
16+
#size-cells = <0>;
17+
compatible = "lantiq,xrx200-net";
18+
reg = <0xE10B308 0x30>;
19+
interrupts = <73>, <72>;
20+
interrupt-names = "tx", "rx";
21+
};

0 commit comments

Comments
 (0)