xref: /freebsd/sys/contrib/device-tree/Bindings/clock/samsung,s2mps11.yaml (revision 7ef62cebc2f965b0f640263e179276928885e33d)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/clock/samsung,s2mps11.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78cc087a1SEmmanuel Vadottitle: Samsung S2M and S5M family clock generator block
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
10*c9ccf3a3SEmmanuel Vadot  - Krzysztof Kozlowski <krzk@kernel.org>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotdescription: |
138cc087a1SEmmanuel Vadot  This is a part of device tree bindings for S2M and S5M family of Power
148cc087a1SEmmanuel Vadot  Management IC (PMIC).
158cc087a1SEmmanuel Vadot
168cc087a1SEmmanuel Vadot  The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
178cc087a1SEmmanuel Vadot  outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
188cc087a1SEmmanuel Vadot
198cc087a1SEmmanuel Vadot  All available clocks are defined as preprocessor macros in
208cc087a1SEmmanuel Vadot  dt-bindings/clock/samsung,s2mps11.h header.
218cc087a1SEmmanuel Vadot
228cc087a1SEmmanuel Vadot  See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
238cc087a1SEmmanuel Vadot  additional information and example.
248cc087a1SEmmanuel Vadot
258cc087a1SEmmanuel Vadotproperties:
268cc087a1SEmmanuel Vadot  compatible:
278cc087a1SEmmanuel Vadot    enum:
288cc087a1SEmmanuel Vadot      - samsung,s2mps11-clk
298cc087a1SEmmanuel Vadot      - samsung,s2mps13-clk # S2MPS13 and S2MPS15
308cc087a1SEmmanuel Vadot      - samsung,s2mps14-clk
318cc087a1SEmmanuel Vadot      - samsung,s5m8767-clk
328cc087a1SEmmanuel Vadot
338cc087a1SEmmanuel Vadot  "#clock-cells":
348cc087a1SEmmanuel Vadot    const: 1
358cc087a1SEmmanuel Vadot
368cc087a1SEmmanuel Vadot  clock-output-names:
378cc087a1SEmmanuel Vadot    maxItems: 3
388cc087a1SEmmanuel Vadot    description: Names for AP, CP and BT clocks.
398cc087a1SEmmanuel Vadot
408cc087a1SEmmanuel Vadotrequired:
418cc087a1SEmmanuel Vadot  - compatible
428cc087a1SEmmanuel Vadot  - "#clock-cells"
438cc087a1SEmmanuel Vadot
448cc087a1SEmmanuel VadotadditionalProperties: false
45