Hello,
I am working on adding a spi-uart bridge. The part vendor has provided a driver and device tree bindings info. The README also includes a structure to add to the board file.
The target hardware is the mx8 nano DDR4 EVK being built under Yocto.
I don't know where the board initialization file is. Is this achieved differently for arm64 devices?
If SPI mode is used:
Define the spi0_board_info object on your board file similar to the following:
i.e.:
static struct spi_board_info spi0_board_info[] __initdata = {
{
...
Thanks!
Dana