]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - Documentation/devicetree/bindings/net/lantiq,xrx200-net.txt
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / net / lantiq,xrx200-net.txt
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 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";
21 };