1TI CPSW Phy mode Selection Device Tree Bindings 2----------------------------------------------- 3 4Required 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 10Optional properties: 11-rmii-clock-ext : If present, the driver will configure the RMII 12 interface to external clock usage 13 14Examples: 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 }; 29