Hello,
I had a NanoPi M4v2 running 5.10.63 (buster) for a while without issue. Both I2C and SPI were working perfectly fine and the system was stable. Today apt updated the kernel to 5.15.25 and it broke multiple things, the first issue was that the network wasn't working properly, yellow light but not green one / no IP requested from the local DHCP server.
The overlays on this system were:
overlays=dwc3-0-host i2c7 i2c8 spi-spidev
overlays=dwc3-0-host i2c7 i2c8 spi-spidev
I connected the eMMC moule to a card reader and removed the overlays one by one and found out that `i2c8` was breaking my boot / network:
overlays=dwc3-0-host i2c7 spi-spidev
Although the rest of them weren't breaking anything they didn't work. SPI wasn't showing up under `/dev/spidev1.0` nor the remaining I2C devices.
Important notes:
Since the board wasn't connected to any network I was unable to create an armbian log or recover any further information;
There seems to be a related issue with another board: https://forum.armbian.com/topic/20033-51525-breaks-spi-on-nanopi-neo-and-does-not-create-devspidev00
I tried a fresh image of "bullseye" and got the same issues as soon as I enabled the overlays;
I ended up downgrading the kernel and everything is working fine now.