blob: e3c25ca4420efd112e210b7af1c4b029e0f80ec5 [file] [log] [blame]
Joel Linna70493d2024-03-02 13:59:52 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __MAINBOARD_COMMON_DEFINES_H
4#define __MAINBOARD_COMMON_DEFINES_H
5
6#include <superio/ite/it8772f/it8772f.h>
7
8#define IT8772F_BASE 0x2e
9#define EC_DEV PNP_DEV(IT8772F_BASE, IT8772F_EC)
10#define GPIO_DEV PNP_DEV(IT8772F_BASE, IT8772F_GPIO)
11
12#endif /* __MAINBOARD_COMMON_DEFINES_H */