Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/overlays/lnl/fpga_overlay.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=19200000
CONFIG_DAI_DMIC_HW_IOCLK=19200000
CONFIG_XTENSA_CCOUNT_HZ=40000000

# improves LPSRAM and HPSRAM access time
CONFIG_SRAM_RETENTION_MODE=n
3 changes: 3 additions & 0 deletions app/overlays/mtl/fpga_overlay.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=19200000
CONFIG_DAI_DMIC_HW_IOCLK=19200000
CONFIG_XTENSA_CCOUNT_HZ=40000000

# improves LPSRAM and HPSRAM access time
CONFIG_SRAM_RETENTION_MODE=n
3 changes: 3 additions & 0 deletions app/overlays/ptl/fpga_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CONFIG_DAI_DMIC_HW_IOCLK=19200000

# limit logs to minimize runtime overhead of logging
CONFIG_SOF_LOG_LEVEL_ERR=y

# improves LPSRAM and HPSRAM access time
CONFIG_SRAM_RETENTION_MODE=n
Loading