I want to enable the second ethernet port (USB to 1GB Ethernet), which is enabled by enabling GPIO16_MDM_WAKE_AP (A10) on MIB.
I have calculated the GPIO number to be 481 using the formular offset + (Tegra_main_gpio_port_##port * 8) + pin number. I could successfully enable it in command line by exporting the GPIO pin, changing it to output and high. But I will like to enable it from bootloader, such that it always enables from startup.
Cheers,
Temi