summaryrefslogtreecommitdiff
path: root/board/asurada/gpio.inc
blob: dabc8fbae0c16baeffd10153786700f80d3d2d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* -*- mode:c -*-
 *
 * Copyright 2020 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Declare symbolic names for all the GPIOs that we care about.
 * Note: Those with interrupt handlers must be declared first. */

/* Wake Source interrupts */

/* Power sequencing interrupts */

/* Sensor Interrupts */

/* USB-C interrupts */

/* Volume button interrupts */

/* Power Sequencing Signals */

/* MKBP event synchronization */

/* USB and USBC Signals */

/* Misc Signals */

/* I2C pins - Alternate function below configures I2C module on these pins */

/* SPI pins - Alternate function below configures SPI module on these pins */

/* NC / TP */

/* Keyboard pins */

/* Alternate functions GPIO definitions */

/* UART */

/* PWM */

/* ADC */

/* Power Switch Logic (PSL) inputs */

/* Unimplemented Pins  */
UNIMPLEMENTED(UART1_RX)
UNIMPLEMENTED(PCH_SMI_L)
UNIMPLEMENTED(PCH_SCI_L)
UNIMPLEMENTED(PCH_WAKE_L)
UNIMPLEMENTED(PCH_PLTRST_L)

UNIMPLEMENTED(I2C_A_SCL)
UNIMPLEMENTED(I2C_A_SDA)
UNIMPLEMENTED(I2C_B_SCL)
UNIMPLEMENTED(I2C_B_SDA)
UNIMPLEMENTED(I2C_C_SCL)
UNIMPLEMENTED(I2C_C_SDA)
UNIMPLEMENTED(I2C_E_SCL)
UNIMPLEMENTED(I2C_E_SDA)

UNIMPLEMENTED(POWER_BUTTON_L)
UNIMPLEMENTED(LID_OPEN)
UNIMPLEMENTED(WP_L)

UNIMPLEMENTED(ENTERING_RW)