diff options
Diffstat (limited to 'Documentation/devicetree/bindings/net/cpsw-phy-sel.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt new file mode 100644 index 000000000000..7ff57a119f81 --- /dev/null +++ b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | |||
@@ -0,0 +1,28 @@ | |||
1 | TI CPSW Phy mode Selection Device Tree Bindings | ||
2 | ----------------------------------------------- | ||
3 | |||
4 | Required properties: | ||
5 | - compatible : Should be "ti,am3352-cpsw-phy-sel" | ||
6 | - reg : physical base address and size of the cpsw | ||
7 | registers map | ||
8 | - reg-names : names of the register map given in "reg" node | ||
9 | |||
10 | Optional properties: | ||
11 | -rmii-clock-ext : If present, the driver will configure the RMII | ||
12 | interface to external clock usage | ||
13 | |||
14 | Examples: | ||
15 | |||
16 | phy_sel: cpsw-phy-sel@44e10650 { | ||
17 | compatible = "ti,am3352-cpsw-phy-sel"; | ||
18 | reg= <0x44e10650 0x4>; | ||
19 | reg-names = "gmii-sel"; | ||
20 | }; | ||
21 | |||
22 | (or) | ||
23 | phy_sel: cpsw-phy-sel@44e10650 { | ||
24 | compatible = "ti,am3352-cpsw-phy-sel"; | ||
25 | reg= <0x44e10650 0x4>; | ||
26 | reg-names = "gmii-sel"; | ||
27 | rmii-clock-ext; | ||
28 | }; | ||