1*cb7aa33aSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*cb7aa33aSEmmanuel Vadot%YAML 1.2 3*cb7aa33aSEmmanuel Vadot--- 4*cb7aa33aSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/adi,adau7002.yaml# 5*cb7aa33aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*cb7aa33aSEmmanuel Vadot 7*cb7aa33aSEmmanuel Vadottitle: Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter 8*cb7aa33aSEmmanuel Vadot 9*cb7aa33aSEmmanuel Vadotmaintainers: 10*cb7aa33aSEmmanuel Vadot - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11*cb7aa33aSEmmanuel Vadot 12*cb7aa33aSEmmanuel VadotallOf: 13*cb7aa33aSEmmanuel Vadot - $ref: dai-common.yaml# 14*cb7aa33aSEmmanuel Vadot 15*cb7aa33aSEmmanuel Vadotproperties: 16*cb7aa33aSEmmanuel Vadot compatible: 17*cb7aa33aSEmmanuel Vadot const: adi,adau7002 18*cb7aa33aSEmmanuel Vadot 19*cb7aa33aSEmmanuel Vadot IOVDD-supply: 20*cb7aa33aSEmmanuel Vadot description: 21*cb7aa33aSEmmanuel Vadot IOVDD power supply, if skipped then it is assumed that the supply pin is 22*cb7aa33aSEmmanuel Vadot hardwired to always on. 23*cb7aa33aSEmmanuel Vadot 24*cb7aa33aSEmmanuel Vadot wakeup-delay-ms: 25*cb7aa33aSEmmanuel Vadot description: 26*cb7aa33aSEmmanuel Vadot Delay after power up needed for device to settle. 27*cb7aa33aSEmmanuel Vadot 28*cb7aa33aSEmmanuel Vadotrequired: 29*cb7aa33aSEmmanuel Vadot - compatible 30*cb7aa33aSEmmanuel Vadot 31*cb7aa33aSEmmanuel VadotunevaluatedProperties: false 32*cb7aa33aSEmmanuel Vadot 33*cb7aa33aSEmmanuel Vadotexamples: 34*cb7aa33aSEmmanuel Vadot - | 35*cb7aa33aSEmmanuel Vadot audio-codec { 36*cb7aa33aSEmmanuel Vadot compatible = "adi,adau7002"; 37*cb7aa33aSEmmanuel Vadot IOVDD-supply = <&pp1800_l15a>; 38*cb7aa33aSEmmanuel Vadot #sound-dai-cells = <0>; 39*cb7aa33aSEmmanuel Vadot wakeup-delay-ms = <80>; 40*cb7aa33aSEmmanuel Vadot }; 41