15892cd13SMugunthan V NTI CPSW Phy mode Selection Device Tree Bindings
25892cd13SMugunthan V N-----------------------------------------------
35892cd13SMugunthan V N
45892cd13SMugunthan V NRequired properties:
55892cd13SMugunthan V N- compatible		: Should be "ti,am3352-cpsw-phy-sel"
65892cd13SMugunthan V N- reg			: physical base address and size of the cpsw
75892cd13SMugunthan V N			  registers map
85892cd13SMugunthan V N- reg-names		: names of the register map given in "reg" node
95892cd13SMugunthan V N
105892cd13SMugunthan V NOptional properties:
115892cd13SMugunthan V N-rmii-clock-ext		: If present, the driver will configure the RMII
125892cd13SMugunthan V N			  interface to external clock usage
135892cd13SMugunthan V N
145892cd13SMugunthan V NExamples:
155892cd13SMugunthan V N
165892cd13SMugunthan V N	phy_sel: cpsw-phy-sel@44e10650 {
175892cd13SMugunthan V N		compatible = "ti,am3352-cpsw-phy-sel";
185892cd13SMugunthan V N		reg= <0x44e10650 0x4>;
195892cd13SMugunthan V N		reg-names = "gmii-sel";
205892cd13SMugunthan V N	};
215892cd13SMugunthan V N
225892cd13SMugunthan V N(or)
235892cd13SMugunthan V N	phy_sel: cpsw-phy-sel@44e10650 {
245892cd13SMugunthan V N		compatible = "ti,am3352-cpsw-phy-sel";
255892cd13SMugunthan V N		reg= <0x44e10650 0x4>;
265892cd13SMugunthan V N		reg-names = "gmii-sel";
275892cd13SMugunthan V N		rmii-clock-ext;
285892cd13SMugunthan V N	};
29