mediatek,ethsys.txt 657 B

12345678910111213141516171819202122232425
  1. Mediatek ethsys controller
  2. ============================
  3. The Mediatek ethsys controller provides various clocks to the system.
  4. Required Properties:
  5. - compatible: Should be:
  6. - "mediatek,mt2701-ethsys", "syscon"
  7. - "mediatek,mt7622-ethsys", "syscon"
  8. - #clock-cells: Must be 1
  9. - #reset-cells: Must be 1
  10. The ethsys controller uses the common clk binding from
  11. Documentation/devicetree/bindings/clock/clock-bindings.txt
  12. The available clocks are defined in dt-bindings/clock/mt*-clk.h.
  13. Example:
  14. ethsys: clock-controller@1b000000 {
  15. compatible = "mediatek,mt2701-ethsys", "syscon";
  16. reg = <0 0x1b000000 0 0x1000>;
  17. #clock-cells = <1>;
  18. #reset-cells = <1>;
  19. };