blob: dc79a5538d2227a5e31ec659361da084df1f52af [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.
#pragma once
#include <soc/aml-t931/t931-gpio.h>
#define GPIO_BACKLIGHT_ENABLE T931_GPIOA(10)
#define GPIO_LCD_RESET T931_GPIOH(6)
#define GPIO_PANEL_DETECT T931_GPIOH(0)
#define GPIO_TOUCH_INTERRUPT T931_GPIOZ(1)
#define GPIO_TOUCH_RESET T931_GPIOZ(9)
#define GPIO_AUDIO_SOC_FAULT_L T931_GPIOZ(8)
#define GPIO_SOC_AUDIO_EN T931_GPIOH(7)
#define GPIO_VANA_ENABLE T931_GPIOA(6)
#define GPIO_VDIG_ENABLE T931_GPIOZ(12)
#define GPIO_CAM_RESET T931_GPIOZ(0)
#define GPIO_LIGHT_INTERRUPT T931_GPIOAO(5)