Lines Matching +full:burst +full:- +full:length
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/lantiq,etop-xway.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - John Crispin <john@phrozen.org>
14 pattern: "^ethernet@[0-9a-f]+$"
17 const: lantiq,etop-xway
24 - description: TX interrupt
25 - description: RX interrupt
27 interrupt-names:
29 - const: tx
30 - const: rx
32 lantiq,tx-burst-length:
35 TX programmable burst length.
38 lantiq,rx-burst-length:
41 RX programmable burst length.
44 phy-mode: true
47 - compatible
48 - reg
49 - interrupts
50 - interrupt-names
51 - lantiq,tx-burst-length
52 - lantiq,rx-burst-length
53 - phy-mode
58 - |
60 compatible = "lantiq,etop-xway";
62 interrupt-parent = <&icu0>;
64 interrupt-names = "tx", "rx";
65 lantiq,tx-burst-length = <8>;
66 lantiq,rx-burst-length = <8>;
67 phy-mode = "rmii";