···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 audio portion1212-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-soundcard"2121-2222- - #sound-dai-cells : Must be set to 1.2323-2424- - clocks : Contains an entry for each entry in clock-names.2525- - clock-names : Must include the following clocks:2626- "mclk" Master clock source for the sound card, should normally2727- be set to LOCHNAGAR_SOUNDCARD_MCLK provided by the Lochnagar2828- clock driver.2929-3030-Example:3131-3232-lochnagar-sc {3333- compatible = "cirrus,lochnagar2-soundcard";3434-3535- #sound-dai-cells = <1>;3636-3737- clocks = <&lochnagar_clk LOCHNAGAR_SOUNDCARD_MCLK>;3838- clock-names = "mclk";3939-};
···11+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause22+%YAML 1.233+---44+$id: http://devicetree.org/schemas/sound/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 audio portion of the2222+ 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-soundcard3131+3232+ '#sound-dai-cells':3333+ description:3434+ The first cell indicating the audio interface.3535+ const: 13636+3737+ clocks:3838+ description:3939+ Master clock source for the sound card, should normally be set to4040+ LOCHNAGAR_SOUNDCARD_MCLK provided by the Lochnagar clock driver.4141+ maxItems: 14242+4343+ clock-names:4444+ const: mclk4545+4646+required:4747+ - compatible4848+ - '#sound-dai-cells'4949+ - clocks5050+ - clock-names5151+5252+additionalProperties: false