From: Paweł Anikiel Date: Mon, 8 May 2023 11:30:33 +0000 (+0200) Subject: ASoC: dt-bindings: Add Google Chameleon v3 i2s device X-Git-Tag: v6.6.7~1940^2~32^2~153^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f2c1e7c2546f9eab0031843fb7346e49ba69102;p=platform%2Fkernel%2Flinux-starfive.git ASoC: dt-bindings: Add Google Chameleon v3 i2s device Add binding for google,chv3-i2s device. Signed-off-by: Paweł Anikiel + +description: | + I2S device for the Google Chameleon v3. The device handles both RX + and TX using a producer/consumer ring buffer design. + +properties: + compatible: + const: google,chv3-i2s + + reg: + items: + - description: core registers + - description: irq registers + + interrupts: + maxItems: 1 + +required: + - compatible + - reg + - interrupts + +additionalProperties: false + +examples: + - | + #include + + i2s@c0060300 { + compatible = "google,chv3-i2s"; + reg = <0xc0060300 0x100>, + <0xc0060f00 0x10>; + interrupts = ; + };