Why is DragonBoard only 1.8V

Is there a technological reason why there isn’t a built in level shiftier. Out of the box it would be nice to push 3.3V out of the GPIOs. I understand why it might need to be 1.8V for the processor, but having to implement my own level shiftier is very time and cost consuming.

Perhaps look at the audio-mezz, its less then $5 and combines a 1V8 UART with additional level shifting. It also brings out the (unpopulated) analog header on the DB410C.

I think @danielt already explained a work around for add 5v or 3v3 devices to the db410c gpio. AFAIK 1v8 was decided as the voltage for two main reasons:

  1. Most SoC default to 1v8 on the gpio and it reduces complexity while designing a dev board.

  2. Most sensors available in the market and the ones that are there on smartphone are also 1v8. Arduino and Rpi compatible sensor modules available online just have level snifters on board to make them compatible with 5v and 3v3.
    So at the end if we had 3v3 or 5v on LS we would simply end up level shifting twice.
    Also this makes it easier for people who design mezzanines (add on boards) for out devices as they don’t have to level-shift and can directly add sensors to their designs.

1 Like