git: f22ffd63aa83 - main - intelspi: add Nova Lake SPI controller IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Aug 2026 17:29:09 UTC
The branch main has been updated by seuros:
URL: https://cgit.FreeBSD.org/src/commit/?id=f22ffd63aa83976251a7b425ac17b8ecb8a80177
commit f22ffd63aa83976251a7b425ac17b8ecb8a80177
Author: Abdelkader Boudih <seuros@FreeBSD.org>
AuthorDate: 2026-08-26 17:28:54 +0000
Commit: Abdelkader Boudih <seuros@FreeBSD.org>
CommitDate: 2026-08-26 17:28:54 +0000
intelspi: add Nova Lake SPI controller IDs
Add PCI device IDs for Nova Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59013
---
sys/dev/intel/spi_pci.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
index 55536419e56b..bda546891224 100644
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -86,6 +86,9 @@ static struct intelspi_pci_device {
{ 0x5ac28086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-0" },
{ 0x5ac48086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-1" },
{ 0x5ac68086, SPI_SUNRISEPOINT, "Intel Apollo Lake SPI Controller-2" },
+ { 0x6e2a8086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-0" },
+ { 0x6e2b8086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-1" },
+ { 0x6e5e8086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-2" },
{ 0x77278086, SPI_SUNRISEPOINT, "Intel Arrow Lake SPI Controller-0" },
{ 0x77308086, SPI_SUNRISEPOINT, "Intel Arrow Lake SPI Controller-1" },
{ 0x77468086, SPI_SUNRISEPOINT, "Intel Arrow Lake SPI Controller-2" },
@@ -133,6 +136,9 @@ static struct intelspi_pci_device {
{ 0xa8278086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-0" },
{ 0xa8308086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-1" },
{ 0xa8468086, SPI_SUNRISEPOINT, "Intel Lunar Lake SPI Controller-2" },
+ { 0xd3278086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-3" },
+ { 0xd3308086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-4" },
+ { 0xd3478086, SPI_SUNRISEPOINT, "Intel Nova Lake SPI Controller-5" },
{ 0xe3278086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-0" },
{ 0xe3308086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-1" },
{ 0xe3468086, SPI_SUNRISEPOINT, "Intel Panther Lake SPI Controller-2" },