1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/google,chv3-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Google Chameleon v3 I2S device
10 - Paweł Anikiel <pan@semihalf.com>
13 I2S device for the Google Chameleon v3. The device handles both RX
14 and TX using a producer/consumer ring buffer design.
18 const: google,chv3-i2s
22 - description: core registers
23 - description: irq registers
33 additionalProperties: false
37 #include <dt-bindings/interrupt-controller/arm-gic.h>
40 compatible = "google,chv3-i2s";
41 reg = <0xc0060300 0x100>,
43 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;