Audio System + Drivers (#562)

This commit is contained in:
Shadowtrance
2026-07-14 16:34:29 +10:00
committed by GitHub
parent fa4a6e255c
commit 955416dac8
137 changed files with 8847 additions and 387 deletions
@@ -0,0 +1,15 @@
description: Awinic AW88298 smart speaker power amplifier (output-only)
include: [ "i2c-device.yaml" ]
compatible: "awinic,aw88298"
properties:
i2s:
type: phandle
required: true
description: "I2S controller device that carries audio data"
pin-reset:
type: phandles
default: GPIO_PIN_SPEC_NONE
description: "Hardware reset (RSTN) pin. The AW88298's I2C interface does not respond until this pin is released, so if wired, this driver asserts/releases reset itself before opening the codec, ensuring correct ordering relative to other devicetree devices. Omit if reset is tied high in hardware."