File: amlogic%2Cgxbb-aoclkc.yaml

package info (click to toggle)
linux 6.17.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,735,112 kB
  • sloc: ansic: 26,688,265; asm: 271,225; sh: 147,407; python: 75,980; makefile: 57,304; perl: 36,943; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (85 lines) | stat: -rw-r--r-- 1,611 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/clock/amlogic,gxbb-aoclkc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Amlogic Always-On Clock Controller

maintainers:
  - Neil Armstrong <neil.armstrong@linaro.org>

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - amlogic,meson-gxbb-aoclkc
              - amlogic,meson-gxl-aoclkc
              - amlogic,meson-gxm-aoclkc
              - amlogic,meson-axg-aoclkc
          - const: amlogic,meson-gx-aoclkc
      - enum:
          - amlogic,meson-axg-aoclkc
          - amlogic,meson-g12a-aoclkc

  clocks:
    minItems: 2
    maxItems: 5

  clock-names:
    minItems: 2
    items:
      - const: xtal
      - const: mpeg-clk
      - const: ext-32k-0
      - const: ext-32k-1
      - const: ext-32k-2

  '#clock-cells':
    const: 1

  '#reset-cells':
    const: 1

required:
  - compatible
  - clocks
  - clock-names
  - '#clock-cells'
  - '#reset-cells'

allOf:
  - if:
      properties:
        compatible:
          enum:
            - amlogic,meson-g12a-aoclkc

    then:
      properties:
        clocks:
          minItems: 2
          maxItems: 3

        clock-names:
          minItems: 2
          maxItems: 3

  - if:
      properties:
        compatible:
          enum:
            - amlogic,meson-gxl-aoclkc
            - amlogic,meson-gxm-aoclkc
            - amlogic,meson-axg-aoclkc

    then:
      properties:
        clocks:
          maxItems: 2

        clock-names:
          maxItems: 2

additionalProperties: false