zx296718-clk.txt 1006 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Device Tree Clock bindings for ZTE zx296718
  2. This binding uses the common clock binding[1].
  3. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
  4. Required properties:
  5. - compatible : shall be one of the following:
  6. "zte,zx296718-topcrm":
  7. zx296718 top clock selection, divider and gating
  8. "zte,zx296718-lsp0crm" and
  9. "zte,zx296718-lsp1crm":
  10. zx296718 device level clock selection and gating
  11. "zte,zx296718-audiocrm":
  12. zx296718 audio clock selection, divider and gating
  13. - reg: Address and length of the register set
  14. The clock consumer should specify the desired clock by having the clock
  15. ID in its "clocks" phandle cell. See include/dt-bindings/clock/zx296718-clock.h
  16. for the full list of zx296718 clock IDs.
  17. topclk: topcrm@1461000 {
  18. compatible = "zte,zx296718-topcrm-clk";
  19. reg = <0x01461000 0x1000>;
  20. #clock-cells = <1>;
  21. };
  22. usbphy0:usb-phy0 {
  23. compatible = "zte,zx296718-usb-phy";
  24. #phy-cells = <0>;
  25. clocks = <&topclk USB20_PHY_CLK>;
  26. clock-names = "phyclk";
  27. };