cpsw-phy-sel.txt 725 B

12345678910111213141516171819202122232425262728
  1. TI CPSW Phy mode Selection Device Tree Bindings
  2. -----------------------------------------------
  3. Required properties:
  4. - compatible : Should be "ti,am3352-cpsw-phy-sel"
  5. - reg : physical base address and size of the cpsw
  6. registers map
  7. - reg-names : names of the register map given in "reg" node
  8. Optional properties:
  9. -rmii-clock-ext : If present, the driver will configure the RMII
  10. interface to external clock usage
  11. Examples:
  12. phy_sel: cpsw-phy-sel@44e10650 {
  13. compatible = "ti,am3352-cpsw-phy-sel";
  14. reg= <0x44e10650 0x4>;
  15. reg-names = "gmii-sel";
  16. };
  17. (or)
  18. phy_sel: cpsw-phy-sel@44e10650 {
  19. compatible = "ti,am3352-cpsw-phy-sel";
  20. reg= <0x44e10650 0x4>;
  21. reg-names = "gmii-sel";
  22. rmii-clock-ext;
  23. };