> @@ -0,0 +1,25 @@ > +Intel Platform Controller Hub (PCH) GigaBit Ethernet (GBE) > + > +Required properties: > +- compatible: Should be the PCI vendor & device ID, eg. "pci8086,8802". > +- reg: Should be a PCI device number as specified by the PCI bus > + binding to IEEE Std 1275-1994. > +- phy-reset-gpios: Should be a GPIO list containing a single GPIO that > + resets the attached PHY when active. > + Hi Paul Please see Documentation/devicetree/bindings/net/phy.txt. In particular: reset-gpios: The GPIO phandle and specifier for the PHY reset signal. You should be conforming to the existing binding. Andrew