Lines Matching refs:link
1 Fixed link Device Tree binding
4 Some Ethernet MACs have a "fixed link", and are not connected to a
6 binding allows to describe a "fixed link".
8 Such a fixed link situation is described by creating a 'fixed-link'
12 * 'speed' (integer, mandatory), to indicate the link speed. Accepted
20 * 'link-gpios' ('gpio-list', optional), to indicate if a gpio can be read
21 to determine if the link is up.
23 Old, deprecated 'fixed-link' binding:
25 * A 'fixed-link' property in the Ethernet MAC node, with 5 cells, of the
30 - c: link speed in Mbits/sec, accepted values are: 10, 100 and 1000
39 fixed-link {
48 fixed-link {
51 link-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;