Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, Im sure there is a master CPLD driver build-in Linux kernel, should I write a customize eSPI slave driver for accessing this specific CPLD? --- Quote End --- Most likely, yes. --- Quote Start --- I trace the source code of linux kernel, there is a C file - spi-altera.c, did it support all Altera product and using eSPI interface? --- Quote End --- That driver is for interfacing to the Altera SPI IP block (e.g. from a NIOS or ARM), which is not what you are doing.