Lines Matching +full:rx +full:- +full:ping +full:- +full:pong
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Radhey Shyam Pandey <[email protected]>
11 - Harini Katakam <[email protected]>
14 - $ref: ethernet-controller.yaml#
19 - xlnx,opb-ethernetlite-1.01.a
20 - xlnx,opb-ethernetlite-1.01.b
21 - xlnx,xps-ethernetlite-1.00.a
22 - xlnx,xps-ethernetlite-2.00.a
23 - xlnx,xps-ethernetlite-2.01.a
24 - xlnx,xps-ethernetlite-3.00.a
35 phy-handle: true
37 local-mac-address: true
39 xlnx,tx-ping-pong:
41 description: hardware supports tx ping pong buffer.
43 xlnx,rx-ping-pong:
45 description: hardware supports rx ping pong buffer.
48 - compatible
49 - reg
50 - interrupts
51 - clocks
52 - phy-handle
57 - |
59 compatible = "xlnx,xps-ethernetlite-3.00.a";
61 interrupt-parent = <&axi_intc_1>;
64 local-mac-address = [00 00 00 00 00 00];
65 phy-handle = <&phy0>;
66 xlnx,rx-ping-pong;
67 xlnx,tx-ping-pong;