1// Copyright 2017 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#pragma once
6
7// Interesting GPIOs
8#define GPIO_HDMI_MUX       20
9#define GPIO_PWRON_DET      34
10#define GPIO_HDMI_PD        41
11#define GPIO_HUB_VDD33_EN   46
12#define GPIO_USER_LED1      150
13#define GPIO_USER_LED2      151
14#define GPIO_HDMI_INT       180
15#define GPIO_USER_LED3      189
16#define GPIO_USER_LED4      190
17#define GPIO_VBUS_TYPEC     202
18#define GPIO_USBSW_SW_SEL   206