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