summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/it8xxx2/include/gpio_it8xxx2.h
blob: 7abf9f560a6bb6d0269a8e28157afde3f037d593 (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
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __CROS_EC_GPIO_IT8XXX2_H
#define __CROS_EC_GPIO_IT8XXX2_H

enum gpio_port_to_node {
	GPIO_A,
	GPIO_B,
	GPIO_C,
	GPIO_D,
	GPIO_E,
	GPIO_F,
	GPIO_G,
	GPIO_H,
	GPIO_I,
	GPIO_J,
	GPIO_K,
	GPIO_L,
	GPIO_M,
	GPIO_KSI = 50,
	GPIO_KSOH = 51,
	GPIO_KSOL = 52
};

#endif /* __CROS_EC_GPIO_IT8XXX2_H */