Lines Matching +full:mac +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TSN endpoint Ethernet MAC
10 - Gerhard Engleder <gerhard@engleder-embedded.com>
13 - $ref: ethernet-controller.yaml#
26 interrupt-names:
29 - const: mac
30 - const: txrx-1
31 - const: txrx-2
32 - const: txrx-3
33 - const: txrx-4
34 - const: txrx-5
35 - const: txrx-6
36 - const: txrx-7
38 The main interrupt for basic MAC features and the first TX/RX queue pair
39 is named "mac". "txrx-[1-7]" are the interrupts for additional TX/RX
42 dma-coherent: true
44 local-mac-address: true
46 mac-address: true
48 nvmem-cells: true
50 nvmem-cell-names: true
52 phy-connection-type:
54 - mii
55 - gmii
56 - rgmii
57 - rgmii-id
59 phy-mode: true
61 phy-handle: true
69 - compatible
70 - reg
71 - interrupts
76 - |
78 #address-cells = <2>;
79 #size-cells = <2>;
84 interrupt-parent = <&gic>;
85 local-mac-address = [00 00 00 00 00 00];
86 phy-mode = "rgmii";
87 phy-handle = <&phy0>;
89 #address-cells = <1>;
90 #size-cells = <0>;
91 suppress-preamble;
92 phy0: ethernet-phy@1 {
94 rxc-skew-ps = <1080>;
103 interrupt-names = "mac", "txrx-1", "txrx-2", "txrx-3";
104 interrupt-parent = <&gic>;
105 local-mac-address = [00 00 00 00 00 00];
106 phy-mode = "rgmii";
107 phy-handle = <&phy1>;
109 #address-cells = <1>;
110 #size-cells = <0>;
111 suppress-preamble;
112 phy1: ethernet-phy@1 {
114 rxc-skew-ps = <1080>;