Lines Matching +full:ethernet +full:- +full:phy
1 * Socionext NetSec Ethernet Controller IP
4 - compatible: Should be "socionext,synquacer-netsec"
5 - reg: Address and length of the control register area, followed by the
8 - interrupts: Should contain ethernet controller interrupt
9 - clocks: phandle to the PHY reference clock
10 - clock-names: Should be "phy_ref_clk"
11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
14 - mdio device tree subnode: When the Netsec has a phy connected to its local
18 - #address-cells: Must be <1>.
19 - #size-cells: Must be <0>.
21 For each phy on the mdio bus, there must be a node with the following
23 - compatible: Refer to phy.txt
24 - reg: phy id used to communicate to phy.
26 Optional properties: (See ethernet.txt file in the same directory)
27 - dma-coherent: Boolean property, must only be present if memory
29 - max-speed: See ethernet.txt in the same directory.
30 - max-frame-size: See ethernet.txt in the same directory.
33 defined in ethernet.txt. The 'phy-mode' property is required, but may
34 be set to the empty string if the PHY configuration is programmed by
38 eth0: ethernet@522d0000 {
39 compatible = "socionext,synquacer-netsec";
43 clock-names = "phy_ref_clk";
44 phy-mode = "rgmii";
45 max-speed = <1000>;
46 max-frame-size = <9000>;
47 phy-handle = <&phy1>;
50 #address-cells = <1>;
51 #size-cells = <0>;
52 phy1: ethernet-phy@1 {
53 compatible = "ethernet-phy-ieee802.3-c22";