mediatek,vencsys.txt 578 B

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