Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / lantiq,xrx200-net.txt
blob5ff5e68bbbb691b085ecdddf80f66597f99b435b
1 Lantiq xRX200 GSWIP PMAC Ethernet driver
2 ==================================
4 Required properties:
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.
12 Example:
14 ethernet@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";