1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/mscc,zl38060.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ZL38060 Connected Home Audio Processor from Microsemi.
10 The ZL38060 is a "Connected Home Audio Processor" from Microsemi,
11 which consists of a Digital Signal Processor (DSP), several Digital
12 Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
15 - Jaroslav Kysela <perex@perex.cz>
16 - Takashi Iwai <tiwai@suse.com>
19 - $ref: dai-common.yaml#
35 A GPIO line handling reset of the chip. As the line is active low,
36 it should be marked GPIO_ACTIVE_LOW (see ../gpio/gpio.txt)
54 unevaluatedProperties: false
58 #include <dt-bindings/gpio/gpio.h>
66 #sound-dai-cells = <0>;
67 compatible = "mscc,zl38060";
69 spi-max-frequency = <12000000>;
70 reset-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;