Lines Matching +full:interrupt +full:- +full:present
5 the definition of the PHY node in booting-without-of.txt for an example
9 - reg : Offset and length of the register set for the device, and optionally
14 - compatible : Should define the compatible device type for the
16 - "fsl,gianfar-tbi"
17 - "fsl,gianfar-mdio"
18 - "fsl,etsec2-tbi"
19 - "fsl,etsec2-mdio"
20 - "fsl,ucc-mdio"
21 - "fsl,fman-mdio"
23 - "gianfar"
24 - "ucc_geth_phy"
30 compatible = "fsl,gianfar-mdio";
32 ethernet-phy@0 {
41 similarly to the mdio buses, except they are compatible with "fsl,gianfar-tbi".
46 * Gianfar-compatible ethernet nodes
50 - device_type : Should be "network"
51 - model : Model of the device. Can be "TSEC", "eTSEC", or "FEC"
52 - compatible : Should be "gianfar"
53 - reg : Offset and length of the register set for the device
54 - interrupts : For FEC devices, the first interrupt is the device's
55 interrupt. For TSEC and eTSEC devices, the first interrupt is
57 - phy-handle : See ethernet.txt file in the same directory.
58 - fixed-link : See fixed-link.txt in the same directory.
59 - phy-connection-type : See ethernet.txt file in the same directory.
61 "rgmii-id", as all other connection types are detected by hardware.
62 - fsl,magic-packet : If present, indicates that the hardware supports
64 - fsl,wake-on-filer : If present, indicates that the hardware supports
65 waking up by Filer General Purpose Interrupt (FGPI) asserted on the
68 - bd-stash : If present, indicates that the hardware supports stashing
70 - rx-stash-len : Denotes the number of bytes of a received buffer to stash
72 - rx-stash-idx : Denotes the index of the first byte from the received
81 local-mac-address = [ 00 E0 0C 00 73 00 ];
83 interrupt-parent = <&mpic>;
84 phy-handle = <&phy0>