Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Lantiq xRX200 GSWIP PMAC Ethernet driver
2==================================
3
4Required 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
12Example:
13
14ethernet@e10b308 {
15 #address-cells = <1>;
16 #size-cells = <0>;
17 compatible = "lantiq,xrx200-net";
18 reg = <0xe10b308 0xcf8>;
19 interrupts = <73>, <72>;
20 interrupt-names = "tx", "rx";
21};