Merge remote-tracking branch 'spi/fix/core' into spi-linus
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / net / cpsw-phy-sel.txt
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         };