brintos

brintos / linux-shallow public Read only

0
0
Text · 668 B · 63246f1 Raw
38 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/clock/amlogic,gxbb-clkc.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Amlogic Clock Controller8 9maintainers:10  - Neil Armstrong <neil.armstrong@linaro.org>11 12properties:13  compatible:14    enum:15      - amlogic,gxbb-clkc16      - amlogic,gxl-clkc17      - amlogic,axg-clkc18      - amlogic,g12a-clkc19      - amlogic,g12b-clkc20      - amlogic,sm1-clkc21 22  clocks:23    maxItems: 124 25  clock-names:26    const: xtal27 28  '#clock-cells':29    const: 130 31required:32  - compatible33  - clocks34  - clock-names35  - '#clock-cells'36 37additionalProperties: false38