···11-Cirrus Logic Lochnagar Audio Development Board22-33-Lochnagar is an evaluation and development board for Cirrus Logic44-Smart CODEC and Amp devices. It allows the connection of most Cirrus55-Logic devices on mini-cards, as well as allowing connection of66-various application processor systems to provide a full evaluation77-platform. Audio system topology, clocking and power can all be88-controlled through the Lochnagar, allowing the device under test99-to be used in a variety of possible use cases.1010-1111-This binding document describes the binding for the hardware monitor1212-portion of the driver.1313-1414-This binding must be part of the Lochnagar MFD binding:1515- [4] ../mfd/cirrus,lochnagar.txt1616-1717-Required properties:1818-1919- - compatible : One of the following strings:2020- "cirrus,lochnagar2-hwmon"2121-2222-Example:2323-2424-lochnagar-hwmon {2525- compatible = "cirrus,lochnagar2-hwmon";2626-};
···11+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause22+%YAML 1.233+---44+$id: http://devicetree.org/schemas/hwmon/cirrus,lochnagar.yaml#55+$schema: http://devicetree.org/meta-schemas/core.yaml#66+77+title: Cirrus Logic Lochnagar Audio Development Board88+99+maintainers:1010+ - patches@opensource.cirrus.com1111+1212+description: |1313+ Lochnagar is an evaluation and development board for Cirrus Logic1414+ Smart CODEC and Amp devices. It allows the connection of most Cirrus1515+ Logic devices on mini-cards, as well as allowing connection of various1616+ application processor systems to provide a full evaluation platform.1717+ Audio system topology, clocking and power can all be controlled through1818+ the Lochnagar, allowing the device under test to be used in a variety of1919+ possible use cases.2020+2121+ This binding document describes the binding for the hardware monitor2222+ portion of the driver.2323+2424+ This binding must be part of the Lochnagar MFD binding:2525+ [1] ../mfd/cirrus,lochnagar.yaml2626+2727+properties:2828+ compatible:2929+ enum:3030+ - cirrus,lochnagar2-hwmon3131+3232+required:3333+ - compatible3434+3535+additionalProperties: false