Skip to content

Commit bb257c3

Browse files
Arun Parameswarandavem330
authored andcommitted
dt-bindings: net: Broadcom iProc MDIO bus driver device tree binding
Add device tree binding documentation for the Broadcom iProc MDIO bus driver. Signed-off-by: Arun Parameswaran <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 91d2f14 commit bb257c3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
* Broadcom iProc MDIO bus controller
2+
3+
Required properties:
4+
- compatible: should be "brcm,iproc-mdio"
5+
- reg: address and length of the register set for the MDIO interface
6+
- #size-cells: must be 1
7+
- #address-cells: must be 0
8+
9+
Child nodes of this MDIO bus controller node are standard Ethernet PHY device
10+
nodes as described in Documentation/devicetree/bindings/net/phy.txt
11+
12+
Example:
13+
14+
mdio@18002000 {
15+
compatible = "brcm,iproc-mdio";
16+
reg = <0x18002000 0x8>;
17+
#size-cells = <1>;
18+
#address-cells = <0>;
19+
20+
enet-gphy@0 {
21+
reg = <0>;
22+
};
23+
};

0 commit comments

Comments
 (0)