Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The GPIO registers for bank 6 starts at address 0xE605_5400.

rzg2 gpio register.pngImage Modified



That would mean you would use bank "gpio@e6055400" in u-boot.
For example, to read bank 6 pin 12 specifically would be :
=> gpio status -a gpio@e605540012

...