mediatek,vencltsys.txt 590 B

1234567891011121314151617181920212223
  1. Mediatek vencltsys controller
  2. ============================
  3. The Mediatek vencltsys controller provides various clocks to the system.
  4. Required Properties:
  5. - compatible: Should be:
  6. - "mediatek,mt8173-vencltsys", "syscon"
  7. - #clock-cells: Must be 1
  8. The vencltsys 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. vencltsys: clock-controller@19000000 {
  13. compatible = "mediatek,mt8173-vencltsys", "syscon";
  14. reg = <0 0x19000000 0 0x1000>;
  15. #clock-cells = <1>;
  16. };