Hello,
I want to access the SPI bus from Linux userspace. CONFIG_PICOCOREMX8MP_SPI_A/B/C are defined in the device tree, however no spi node appears in /dev after loading spidev. I made attempts with spidev as kernel module and builtin driver, but this didn't change anything. Apparently the driver's probe function isn't called at all.
I found this article, which is about the same problem:
https://community.nxp.com/t5/i…in-Kirkstone/td-p/1640472
However, the proposed solution to replace the compatible field in the device tree didn't work for me. What am I missing?
(fsimx8mp-Y2024.07)