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