NET2BIG_GPIO_POWER_OFF
gpio_set_value(NET2BIG_GPIO_POWER_OFF, 1);
orion_gpio_set_valid(NET2BIG_GPIO_POWER_OFF, 1);
if (gpio_request(NET2BIG_GPIO_POWER_OFF, "power-off") == 0 &&
gpio_direction_output(NET2BIG_GPIO_POWER_OFF, 0) == 0)