]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/net/smsc-lan87xx.txt
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / net / smsc-lan87xx.txt
CommitLineData
d88ecb37
HS
1SMSC LAN87xx Ethernet PHY
2
3Some boards require special tuning values. Configure them
4through an Ethernet OF device node.
5
6Optional properties:
7
84475a9e
MF
8- clocks:
9 The clock used as phy reference clock and is connected to phy
10 pin XTAL1/CLKIN.
11
d88ecb37
HS
12- smsc,disable-energy-detect:
13 If set, do not enable energy detect mode for the SMSC phy.
14 default: enable energy detect mode
15
16Examples:
17smsc phy with disabled energy detect mode on an am335x based board.
18&davinci_mdio {
19 pinctrl-names = "default", "sleep";
20 pinctrl-0 = <&davinci_mdio_default>;
21 pinctrl-1 = <&davinci_mdio_sleep>;
d88ecb37
HS
22
23 ethernetphy0: ethernet-phy@0 {
24 reg = <0>;
25 smsc,disable-energy-detect;
26 };
27};