Lines Matching +full:embedded +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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
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
67 description: optional node for embedded MDIO controller
70 - compatible
71 - reg
72 - interrupts
77 - |
79 #address-cells = <2>;
80 #size-cells = <2>;
85 interrupt-parent = <&gic>;
86 local-mac-address = [00 00 00 00 00 00];
87 phy-mode = "rgmii";
88 phy-handle = <&phy0>;
90 #address-cells = <1>;
91 #size-cells = <0>;
92 suppress-preamble;
93 phy0: ethernet-phy@1 {
95 rxc-skew-ps = <1080>;
104 interrupt-names = "mac", "txrx-1", "txrx-2", "txrx-3";
105 interrupt-parent = <&gic>;
106 local-mac-address = [00 00 00 00 00 00];
107 phy-mode = "rgmii";
108 phy-handle = <&phy1>;
110 #address-cells = <1>;
111 #size-cells = <0>;
112 suppress-preamble;
113 phy1: ethernet-phy@1 {
115 rxc-skew-ps = <1080>;