Can't select display controller in DeviceTree

I'm using zephyr to create a custom nrf52832 board.

I'm using the Devicetree Visual Editor.

Any idea why I can't select this specific display controller?

The datasheet of the tft display can be found here: https://midasdisplays.com/wp-content/uploads/2023/08/MDT0096A2IS-SPI.pdf

The display uses a ST7735S display controller, which is the display controller I'm trying to add to my devicetree.

The display supports SPI (see device display).

Thanks!

Related