aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdelkader Boudih <seuros@FreeBSD.org>2026-08-26 17:28:54 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-09-06 21:13:15 +0000
commit94fbfda5e8d24eec24353e634c628878f9b7b222 (patch)
tree54b2fdc160c12f462cd5dba92b85568c560df96a
parent00cd4b5364c2261829bea52901b6b1474a1d09a0 (diff)
intelspi: add Nova Lake SPI controller IDsstable/15
Add PCI device IDs for Nova Lake-generation LPSS peripheral SPI controllers. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D59013 (cherry picked from commit f22ffd63aa83976251a7b425ac17b8ecb8a80177)
-rw-r--r--sys/dev/intel/spi_pci.c6
1 files changed, 6 insertions, 0 deletions
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" },