1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef VARIANT_GPIO_H 4 #define VARIANT_GPIO_H 5 6 #include <soc/gpio.h> 7 8 #define DGPU_RST_N GPP_U4 9 #define DGPU_PWR_EN GPP_U5 10 #define DGPU_GC6 GPP_D2 11 #define DGPU_SSID 0x40181558 12 13 #endif 14