1 Lantiq xRX200 GSWIP PMAC Ethernet driver
2 ==================================
6 - compatible : "lantiq,xrx200-net" for the PMAC of the embedded
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.
17 compatible = "lantiq,xrx200-net";
18 reg = <0xe10b308 0xcf8>;
19 interrupts = <73>, <72>;
20 interrupt-names = "tx", "rx";