adi,adau7118.yaml (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) adi,adau7118.yaml (3d21a46093352f7802b9c66c7cce35cd02a50e53)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/adi,adau7118.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
8title: Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter

--- 21 unchanged lines hidden (view full) ---

30 description: Digital Input/Output Power Supply.
31
32 dvdd-supply:
33 description: Internal Core Digital Power Supply.
34
35 adi,decimation-ratio:
36 description: |
37 This property set's the decimation ratio of PDM to PCM audio data.
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/adi,adau7118.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
8title: Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter

--- 21 unchanged lines hidden (view full) ---

30 description: Digital Input/Output Power Supply.
31
32 dvdd-supply:
33 description: Internal Core Digital Power Supply.
34
35 adi,decimation-ratio:
36 description: |
37 This property set's the decimation ratio of PDM to PCM audio data.
38 allOf:
39 - $ref: /schemas/types.yaml#/definitions/uint32
40 - enum: [64, 32, 16]
41 default: 64
38 $ref: /schemas/types.yaml#/definitions/uint32
39 enum: [64, 32, 16]
40 default: 64
42
43 adi,pdm-clk-map:
44 description: |
45 The ADAU7118 has two PDM clocks for the four Inputs. Each input must be
46 assigned to one of these two clocks. This property set's the mapping
47 between the clocks and the inputs.
41
42 adi,pdm-clk-map:
43 description: |
44 The ADAU7118 has two PDM clocks for the four Inputs. Each input must be
45 assigned to one of these two clocks. This property set's the mapping
46 between the clocks and the inputs.
48 allOf:
49 - $ref: /schemas/types.yaml#/definitions/uint32-array
50 - minItems: 4
51 maxItems: 4
52 items:
53 maximum: 1
54 default: [0, 0, 1, 1]
47 $ref: /schemas/types.yaml#/definitions/uint32-array
48 minItems: 4
49 maxItems: 4
50 items:
51 maximum: 1
52 default: [0, 0, 1, 1]
55
56required:
57 - "#sound-dai-cells"
58 - compatible
59 - iovdd-supply
60 - dvdd-supply
61
62additionalProperties: false

--- 25 unchanged lines hidden ---
53
54required:
55 - "#sound-dai-cells"
56 - compatible
57 - iovdd-supply
58 - dvdd-supply
59
60additionalProperties: false

--- 25 unchanged lines hidden ---