63 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/sound/wlf,wm8753.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: WM8753 audio CODEC8 9description: |10 Pins on the device (for linking into audio routes):11 * LOUT112 * LOUT213 * ROUT114 * ROUT215 * MONO116 * MONO217 * OUT318 * OUT419 * LINE120 * LINE221 * RXP22 * RXN23 * ACIN24 * ACOP25 * MIC1N26 * MIC127 * MIC2N28 * MIC229 * Mic Bias30 31maintainers:32 - patches@opensource.cirrus.com33 34allOf:35 - $ref: dai-common.yaml#36 37properties:38 compatible:39 const: wlf,wm875340 41 reg:42 maxItems: 143 44 "#sound-dai-cells":45 const: 046 47required:48 - compatible49 - reg50 51unevaluatedProperties: false52 53examples:54 - |55 i2c {56 #address-cells = <1>;57 #size-cells = <0>;58 codec@1a {59 compatible = "wlf,wm8753";60 reg = <0x1a>;61 };62 };63