18c2ecf20Sopenharmony_ciLantiq xRX200 GSWIP PMAC Ethernet driver
28c2ecf20Sopenharmony_ci==================================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci- compatible	: "lantiq,xrx200-net" for the PMAC of the embedded
78c2ecf20Sopenharmony_ci		: GSWIP in the xXR200
88c2ecf20Sopenharmony_ci- reg		: memory range of the PMAC core inside of the GSWIP core
98c2ecf20Sopenharmony_ci- interrupts	: TX and RX DMA interrupts. Use interrupt-names "tx" for
108c2ecf20Sopenharmony_ci		: the TX interrupt and "rx" for the RX interrupt.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciethernet@e10b308 {
158c2ecf20Sopenharmony_ci	#address-cells = <1>;
168c2ecf20Sopenharmony_ci	#size-cells = <0>;
178c2ecf20Sopenharmony_ci	compatible = "lantiq,xrx200-net";
188c2ecf20Sopenharmony_ci	reg = <0xe10b308 0xcf8>;
198c2ecf20Sopenharmony_ci	interrupts = <73>, <72>;
208c2ecf20Sopenharmony_ci	interrupt-names = "tx", "rx";
218c2ecf20Sopenharmony_ci};
22