1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/adi,adau7118.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter
11 - Nuno Sá <nuno.sa@analog.com>
14 Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter over I2C or HW
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU7118.pdf
19 - $ref: dai-common.yaml#
33 description: Digital Input/Output Power Supply.
36 description: Internal Core Digital Power Supply.
40 This property set's the decimation ratio of PDM to PCM audio data.
41 $ref: /schemas/types.yaml#/definitions/uint32
47 The ADAU7118 has two PDM clocks for the four Inputs. Each input must be
48 assigned to one of these two clocks. This property set's the mapping
49 between the clocks and the inputs.
50 $ref: /schemas/types.yaml#/definitions/uint32-array
63 unevaluatedProperties: false
68 /* example with i2c support */
71 adau7118_codec: audio-codec@14 {
72 compatible = "adi,adau7118";
74 #sound-dai-cells = <0>;
75 iovdd-supply = <&supply>;
76 dvdd-supply = <&supply>;
77 adi,pdm-clk-map = <1 1 0 0>;
78 adi,decimation-ratio = <16>;
82 /* example with hw standalone mode */
83 adau7118_codec_hw: adau7118-codec-hw {
84 compatible = "adi,adau7118";
85 #sound-dai-cells = <0>;
86 iovdd-supply = <&supply>;
87 dvdd-supply = <&supply>;