blob: 00cf7c06f3c4053992f65ff058bf1a9be5cabf23 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_DEVICES_BOARD_DRIVERS_VIM2_VIM_GPIOS_H_
#define SRC_DEVICES_BOARD_DRIVERS_VIM2_VIM_GPIOS_H_
#include <soc/aml-s912/s912-gpio.h>
#define GPIO_WIFI_DEBUG S912_GPIODV(13)
#define GPIO_THERMAL_FAN_O S912_GPIODV(14)
#define GPIO_THERMAL_FAN_1 S912_GPIODV(15)
#define GPIO_ETH_MAC_RST S912_GPIOZ(14)
#define GPIO_ETH_MAC_INTR S912_GPIOZ(15)
#define GPIO_DISPLAY_HPD S912_GPIOH(0)
#define GPIO_SYS_LED S912_GPIOAO(9)
#define GPIO_WIFI_PWREN S912_GPIOX(6)
#endif // SRC_DEVICES_BOARD_DRIVERS_VIM2_VIM_GPIOS_H_