summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f/chip.h
blob: 1169b4ba5d8e66cb66fc914499795ca78e3dd315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef SUPERIO_ITE_IT8772F_CHIP_H
#define SUPERIO_ITE_IT8772F_CHIP_H

#include <superio/ite/common/env_ctrl_chip.h>

struct superio_ite_it8772f_config {
	struct ite_ec_config ec;

	/* GPIO SimpleIO register values via devicetree.cb */
	u8 gpio_set1;
	u8 gpio_set2;
	u8 gpio_set3;
	u8 gpio_set4;
	u8 gpio_set5;
	u8 gpio_set6;

	bool skip_keyboard;
};

#endif /* SUPERIO_ITE_IT8772F_CHIP_H */