dm816x-phy.txt 691 B

12345678910111213141516171819202122232425
  1. Device tree binding documentation for am816x USB PHY
  2. =========================
  3. Required properties:
  4. - compatible : should be "ti,dm816x-usb-phy"
  5. - reg : offset and length of the PHY register set.
  6. - reg-names : name for the phy registers
  7. - clocks : phandle to the clock
  8. - clock-names : name of the clock
  9. - syscon: phandle for the syscon node to access misc registers
  10. - #phy-cells : from the generic PHY bindings, must be 1
  11. - syscon: phandle for the syscon node to access misc registers
  12. Example:
  13. usb_phy0: usb-phy@20 {
  14. compatible = "ti,dm8168-usb-phy";
  15. reg = <0x20 0x8>;
  16. reg-names = "phy";
  17. clocks = <&main_fapll 6>;
  18. clock-names = "refclk";
  19. #phy-cells = <0>;
  20. syscon = <&scm_conf>;
  21. };