blob: f4ef2330bfe692d9c131696bb6e85f9b6ab8f3d9 [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)