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,13 @@
description: Maxim MAX98357A class-D speaker amplifier (I2S input, optional GPIO enable)
compatible: "maxim,max98357a"
properties:
i2s:
type: phandle
required: true
description: "I2S controller device that carries audio data"
pin-enable:
type: phandles
default: GPIO_PIN_SPEC_NONE
description: "Amplifier enable (SD) pin. Omit if the amplifier is always enabled."
@@ -0,0 +1,13 @@
description: Nsiway NS4168 class-D speaker amplifier (I2S input, optional GPIO enable)
compatible: "nsiway,ns4168"
properties:
i2s:
type: phandle
required: true
description: "I2S controller device that carries audio data"
pin-enable:
type: phandles
default: GPIO_PIN_SPEC_NONE
description: "Amplifier enable (SD) pin. Omit if the amplifier is always enabled."