Commit 50b4af41 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Arnd Bergmann

dts: stmmac: Document the clocks property in the stmmac base document

Add the clocks and clock-names property to the base stmmac dts bindings
document.
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 2755e187
......@@ -34,6 +34,10 @@ Optional properties:
reset phandle is given
- max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
than the maximum frame size.
- clocks: If present, the first clock should be the GMAC main clock,
further clocks may be specified in derived bindings.
- clocks-names: One name for each entry in the clocks property, the
first one should be "stmmaceth".
Examples:
......@@ -46,4 +50,6 @@ Examples:
mac-address = [000000000000]; /* Filled in by U-Boot */
max-frame-size = <3800>;
phy-mode = "gmii";
clocks = <&clock>;
clock-names = "stmmaceth">;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment