I have board which has 2 slaves on the SPI bus, requiring ce0 and ce1.
My system: Armbian 23.8.1 Bookworm with Linux 6.1.47-current-sunxi
I applied overlays: spi-add-cs1 and spi-spidev, there's an spi in the system.
As soon as I apply spi-double-spidev-bus.dts, the spi disappears.
How to make two cs?
As soon as I apply spi-double-spidev-bus.dts, the spi disappears.
Also, as I assume there is a problem with CS1, I reassign it with my overlay:
CS is reassigned in the system, but the spi device polls once. When polling again, errors occur. When I manually set the cs there are no re-polling errors.
I use "spi-device" - accessing the SPI serial bus using Node.js on Linux boards https://github.com/fivdi/spi-device
On another board, the author's "spi-device" SPI polling works without problems https://github.com/fivdi/spi-device/issues/27
Please help to make sense of these two issues.