Path: blob/master/Documentation/devicetree/bindings/clock/actions,owl-cmu.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/clock/actions,owl-cmu.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Actions Semi Owl Clock Management Unit (CMU)78maintainers:9- Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>1011description: |12The Actions Semi Owl Clock Management Unit generates and supplies clock13to various controllers within the SoC.1415See also:16include/dt-bindings/clock/actions,s500-cmu.h17include/dt-bindings/clock/actions,s700-cmu.h18include/dt-bindings/clock/actions,s900-cmu.h1920properties:21compatible:22enum:23- actions,s500-cmu24- actions,s700-cmu25- actions,s900-cmu2627reg:28maxItems: 12930clocks:31items:32- description: Host oscillator source33- description: Internal low frequency oscillator source3435"#clock-cells":36const: 13738"#reset-cells":39const: 14041required:42- compatible43- reg44- clocks45- "#clock-cells"46- "#reset-cells"4748additionalProperties: false4950examples:51- |52clock-controller@e0160000 {53compatible = "actions,s900-cmu";54reg = <0xe0160000 0x1000>;55clocks = <&hosc>, <&losc>;56#clock-cells = <1>;57#reset-cells = <1>;58};59...606162