Path: blob/master/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.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/amlogic,gxbb-aoclkc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Amlogic Always-On Clock Controller78maintainers:9- Neil Armstrong <neil.armstrong@linaro.org>1011properties:12compatible:13oneOf:14- items:15- enum:16- amlogic,meson-gxbb-aoclkc17- amlogic,meson-gxl-aoclkc18- amlogic,meson-gxm-aoclkc19- amlogic,meson-axg-aoclkc20- const: amlogic,meson-gx-aoclkc21- enum:22- amlogic,meson-axg-aoclkc23- amlogic,meson-g12a-aoclkc2425clocks:26minItems: 227maxItems: 52829clock-names:30minItems: 231items:32- const: xtal33- const: mpeg-clk34- const: ext-32k-035- const: ext-32k-136- const: ext-32k-23738'#clock-cells':39const: 14041'#reset-cells':42const: 14344required:45- compatible46- clocks47- clock-names48- '#clock-cells'49- '#reset-cells'5051allOf:52- if:53properties:54compatible:55enum:56- amlogic,meson-g12a-aoclkc5758then:59properties:60clocks:61minItems: 262maxItems: 36364clock-names:65minItems: 266maxItems: 36768- if:69properties:70compatible:71enum:72- amlogic,meson-gxl-aoclkc73- amlogic,meson-gxm-aoclkc74- amlogic,meson-axg-aoclkc7576then:77properties:78clocks:79maxItems: 28081clock-names:82maxItems: 28384additionalProperties: false858687