xref: /freebsd/sys/contrib/device-tree/Bindings/clock/apm,xgene-socpll-clock.yaml (revision 833e5d42ab135b0238e61c5b3c19b8619677cbfa)
1*833e5d42SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*833e5d42SEmmanuel Vadot%YAML 1.2
3*833e5d42SEmmanuel Vadot---
4*833e5d42SEmmanuel Vadot$id: http://devicetree.org/schemas/clock/apm,xgene-socpll-clock.yaml#
5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*833e5d42SEmmanuel Vadot
7*833e5d42SEmmanuel Vadottitle: APM X-Gene SoC PLL, PCPPLL, and PMD clocks
8*833e5d42SEmmanuel Vadot
9*833e5d42SEmmanuel Vadotmaintainers:
10*833e5d42SEmmanuel Vadot  - Khuong Dinh <khuong@os.amperecomputing.com>
11*833e5d42SEmmanuel Vadot
12*833e5d42SEmmanuel Vadotproperties:
13*833e5d42SEmmanuel Vadot  compatible:
14*833e5d42SEmmanuel Vadot    items:
15*833e5d42SEmmanuel Vadot      - enum:
16*833e5d42SEmmanuel Vadot          - apm,xgene-pcppll-clock
17*833e5d42SEmmanuel Vadot          - apm,xgene-pcppll-v2-clock
18*833e5d42SEmmanuel Vadot          - apm,xgene-pmd-clock
19*833e5d42SEmmanuel Vadot          - apm,xgene-socpll-clock
20*833e5d42SEmmanuel Vadot          - apm,xgene-socpll-v2-clock
21*833e5d42SEmmanuel Vadot
22*833e5d42SEmmanuel Vadot  reg:
23*833e5d42SEmmanuel Vadot    maxItems: 1
24*833e5d42SEmmanuel Vadot
25*833e5d42SEmmanuel Vadot  reg-names:
26*833e5d42SEmmanuel Vadot    items:
27*833e5d42SEmmanuel Vadot      - enum: [ csr-reg, div-reg ]
28*833e5d42SEmmanuel Vadot      - const: div-reg
29*833e5d42SEmmanuel Vadot    minItems: 1
30*833e5d42SEmmanuel Vadot
31*833e5d42SEmmanuel Vadot  clocks:
32*833e5d42SEmmanuel Vadot    maxItems: 1
33*833e5d42SEmmanuel Vadot
34*833e5d42SEmmanuel Vadot  clock-names:
35*833e5d42SEmmanuel Vadot    enum: [ pcppll, socpll ]
36*833e5d42SEmmanuel Vadot
37*833e5d42SEmmanuel Vadot  "#clock-cells":
38*833e5d42SEmmanuel Vadot    const: 1
39*833e5d42SEmmanuel Vadot
40*833e5d42SEmmanuel Vadot  clock-output-names:
41*833e5d42SEmmanuel Vadot    maxItems: 1
42*833e5d42SEmmanuel Vadot
43*833e5d42SEmmanuel Vadotrequired:
44*833e5d42SEmmanuel Vadot  - compatible
45*833e5d42SEmmanuel Vadot  - reg
46*833e5d42SEmmanuel Vadot  - clocks
47*833e5d42SEmmanuel Vadot  - '#clock-cells'
48*833e5d42SEmmanuel Vadot  - clock-output-names
49*833e5d42SEmmanuel Vadot
50*833e5d42SEmmanuel VadotadditionalProperties: false
51