Lines Matching +full:mdio +full:- +full:parent +full:- +full:bus
4 - compatible: should contain one of "brcm,genet-v1", "brcm,genet-v2",
5 "brcm,genet-v3", "brcm,genet-v4", "brcm,genet-v5", "brcm,bcm2711-genet-v5".
6 - reg: address and length of the register set for the device
7 - interrupts and/or interrupts-extended: must be two cells, the first cell
10 optional third interrupt cell for Wake-on-LAN can be specified.
11 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
13 - phy-mode: see ethernet.txt file in the same directory
14 - #address-cells: should be 1
15 - #size-cells: should be 1
18 - clocks: When provided, must be two phandles to the functional clocks nodes
20 normal operation, while the second phandle is the Wake-on-LAN clock.
21 - clock-names: When provided, names of the functional clock phandles, first
22 name should be "enet" and second should be "enet-wol".
24 - phy-handle: See ethernet.txt file in the same directory; used to describe
27 - fixed-link: When the GENET interface is connected to a MoCA hardware block or
28 when operating in a RGMII to RGMII type of connection, or when the MDIO bus is
30 See Documentation/devicetree/bindings/net/fixed-link.txt for information on
35 - mdio bus node: this node should always be present regardless of the PHY
38 MDIO bus node required properties:
40 - compatible: should contain one of "brcm,genet-mdio-v1", "brcm,genet-mdio-v2"
41 "brcm,genet-mdio-v3", "brcm,genet-mdio-v4", "brcm,genet-mdio-v5", the version
42 has to match the parent node compatible property (e.g: brcm,genet-v4 pairs
43 with brcm,genet-mdio-v4)
44 - reg: address and length relative to the parent node base register address
45 - #address-cells: address cell for MDIO bus addressing, should be 1
46 - #size-cells: size of the cells for MDIO bus addressing, should be 0
56 phy-mode = "internal";
57 phy-handle = <&phy1>;
58 mac-address = [ 00 10 18 36 23 1a ];
59 compatible = "brcm,genet-v4";
60 #address-cells = <0x1>;
61 #size-cells = <0x1>;
65 mdio@e14 {
66 compatible = "brcm,genet-mdio-v4";
67 #address-cells = <0x1>;
68 #size-cells = <0x0>;
71 phy1: ethernet-phy@1 {
72 max-speed = <1000>;
74 compatible = "ethernet-phy-ieee802.3-c22";
82 phy-mode = "moca";
83 fixed-link = <1 0 1000 0 0>;
84 mac-address = [ 00 10 18 36 24 1a ];
85 compatible = "brcm,genet-v4";
86 #address-cells = <0x1>;
87 #size-cells = <0x1>;
91 mdio@e14 {
92 compatible = "brcm,genet-mdio-v4";
93 #address-cells = <0x1>;
94 #size-cells = <0x0>;
100 External MDIO-connected Gigabit PHY/switch:
103 phy-mode = "rgmii";
104 phy-handle = <&phy0>;
105 mac-address = [ 00 10 18 36 26 1a ];
106 compatible = "brcm,genet-v4";
107 #address-cells = <0x1>;
108 #size-cells = <0x1>;
112 mdio@e14 {
113 compatible = "brcm,genet-mdio-v4";
114 #address-cells = <0x1>;
115 #size-cells = <0x0>;
118 phy0: ethernet-phy@0 {
119 max-speed = <1000>;
121 compatible = "ethernet-phy-ieee802.3-c22";