diff options
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index cb46a0d..a7cef5e 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -254,6 +254,14 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .active_low = 1, }, { + .name = "ETH_RESET", + .pin = { + .gpio = AT91_PIN_PC4, + .flags = GPIOF_OUT_INIT_HIGH, + .label = "eth-reset", + } + }, + { .name = "WIFI_BT_ULPWKUP", .pin = { .gpio = AT91_PIN_PA0, |