Skip to content

Commit

Permalink
ucm2: Toradex: verdin: Add support for Toradex Verdin Development Board
Browse files Browse the repository at this point in the history
Add support for the Toradex Verdin Development carrier board, using the
NAU8822 audio codec.

Signed-off-by: Hiago De Franco <[email protected]>
  • Loading branch information
hiagofranco committed Oct 10, 2024
1 parent e65c20b commit d0719be
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ucm2/Toradex/verdin/dev-HiFi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Use case configuration for Toradex Verdin Development Carrier Board

SectionDevice."Headphones" {
Comment "Headphones"

BootSequence [
cset "name='Headphone Volume' 50%"
]

EnableSequence [
cset "name='Headphone Switch' on"
]

DisableSequence [
cset "name='Headphone Switch' off"
]
}
8 changes: 8 additions & 0 deletions ucm2/Toradex/verdin/dev.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Use case configuration for Toradex Verdin Development Carrier Board

Syntax 4

SectionUseCase."HiFi" {
File "/Toradex/verdin/dev-HiFi.conf"
Comment "Default"
}
1 change: 1 addition & 0 deletions ucm2/conf.d/simple-card/verdin-nau8822.conf

0 comments on commit d0719be

Please sign in to comment.