cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / parrot / onboard.h
blobd564c5695c4339048f4deb3ea83d0a73b75642b7
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef PARROT_ONBOARD_H
4 #define PARROT_ONBOARD_H
6 #define BOARD_TRACKPAD_NAME "trackpad"
7 #define BOARD_TRACKPAD_I2C_ADDR 0x67
8 #define BOARD_TRACKPAD_IRQ_DVT 16
9 #define BOARD_TRACKPAD_IRQ_PVT 20
10 #define BOARD_TRACKPAD_WAKE_GPIO 0x1c
12 #define GPIO_LID 15
14 /* GPIO68, active low. For Servo support
15 * Treat as active high and let the caller invert if needed. */
16 #define GPIO_REC_MODE 68
19 #define GPIO_SPI_WP 70
21 #endif