xref: /linux/Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml (revision 9826fb4db0d7e141578ad70fe2fd00706948ab6c)
1*9826fb4dSCharles Keepax# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2*9826fb4dSCharles Keepax%YAML 1.2
3*9826fb4dSCharles Keepax---
4*9826fb4dSCharles Keepax$id: http://devicetree.org/schemas/hwmon/cirrus,lochnagar.yaml#
5*9826fb4dSCharles Keepax$schema: http://devicetree.org/meta-schemas/core.yaml#
6*9826fb4dSCharles Keepax
7*9826fb4dSCharles Keepaxtitle: Cirrus Logic Lochnagar Audio Development Board
8*9826fb4dSCharles Keepax
9*9826fb4dSCharles Keepaxmaintainers:
10*9826fb4dSCharles Keepax  - patches@opensource.cirrus.com
11*9826fb4dSCharles Keepax
12*9826fb4dSCharles Keepaxdescription: |
13*9826fb4dSCharles Keepax  Lochnagar is an evaluation and development board for Cirrus Logic
14*9826fb4dSCharles Keepax  Smart CODEC and Amp devices. It allows the connection of most Cirrus
15*9826fb4dSCharles Keepax  Logic devices on mini-cards, as well as allowing connection of various
16*9826fb4dSCharles Keepax  application processor systems to provide a full evaluation platform.
17*9826fb4dSCharles Keepax  Audio system topology, clocking and power can all be controlled through
18*9826fb4dSCharles Keepax  the Lochnagar, allowing the device under test to be used in a variety of
19*9826fb4dSCharles Keepax  possible use cases.
20*9826fb4dSCharles Keepax
21*9826fb4dSCharles Keepax  This binding document describes the binding for the hardware monitor
22*9826fb4dSCharles Keepax  portion of the driver.
23*9826fb4dSCharles Keepax
24*9826fb4dSCharles Keepax  This binding must be part of the Lochnagar MFD binding:
25*9826fb4dSCharles Keepax    [1] ../mfd/cirrus,lochnagar.yaml
26*9826fb4dSCharles Keepax
27*9826fb4dSCharles Keepaxproperties:
28*9826fb4dSCharles Keepax  compatible:
29*9826fb4dSCharles Keepax    enum:
30*9826fb4dSCharles Keepax      - cirrus,lochnagar2-hwmon
31*9826fb4dSCharles Keepax
32*9826fb4dSCharles Keepaxrequired:
33*9826fb4dSCharles Keepax  - compatible
34*9826fb4dSCharles Keepax
35*9826fb4dSCharles KeepaxadditionalProperties: false
36