mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / hp / pro_3500_series / common_defines.h
blobe3c25ca4420efd112e210b7af1c4b029e0f80ec5
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __MAINBOARD_COMMON_DEFINES_H
4 #define __MAINBOARD_COMMON_DEFINES_H
6 #include <superio/ite/it8772f/it8772f.h>
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)
12 #endif /* __MAINBOARD_COMMON_DEFINES_H */