Lines Matching +full:pre +full:- +full:determined
4 - compatible: should contain one of the following version strings:
5 * "hisilicon,hisi-femac-v1"
6 * "hisilicon,hisi-femac-v2"
7 and the soc string "hisilicon,hi3516cv300-femac".
8 - reg: specifies base physical address(s) and size of the device registers.
11 - interrupts: should contain the MAC interrupt.
12 - clocks: A phandle to the MAC main clock.
13 - resets: should contain the phandle to the MAC reset signal(required) and
15 - reset-names: should contain the reset signal name "mac"(required)
17 - phy-mode: see ethernet.txt [1].
18 - phy-handle: see ethernet.txt [1].
19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
20 The 1st cell is reset pre-delay in micro seconds.
22 The 3rd cell is reset post-delay in micro seconds.
24 The MAC address will be determined using the optional properties
31 compatible = "hisilicon,hi3516cv300-femac","hisilicon,hisi-femac-v2";
36 reset-names = "mac","phy";
37 mac-address = [00 00 00 00 00 00];
38 phy-mode = "mii";
39 phy-handle = <&phy0>;
40 hisilicon,phy-reset-delays-us = <10000 20000 20000>;