mediatek,mcucfg.txt 569 B

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