mb/google/rauru: Initialize SPM
[coreboot2.git] / util / mainboard / google / hatch / template / include / variant / gpio.h
blobd08b33bca23d82fb9a468143e82bbbc554dc39b0
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef VARIANT_GPIO_H
4 #define VARIANT_GPIO_H
6 #include <baseboard/gpio.h>
8 /* Memory configuration board straps */
9 /* Copied from baseboard and may need to change for the new variant. */
10 #define GPIO_MEM_CONFIG_0 GPP_F20
11 #define GPIO_MEM_CONFIG_1 GPP_F21
12 #define GPIO_MEM_CONFIG_2 GPP_F11
13 #define GPIO_MEM_CONFIG_3 GPP_F22
15 #endif