blob: 83ff403935a53e753109d79d9ae79b79dafe1655 [file] [log] [blame]
Jon Murphy7af504b2023-03-29 15:27:56 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#include <baseboard/gpio.h>
Jon Murphya4564582023-03-29 15:38:19 -06004#include <boot/coreboot_tables.h>
Jon Murphy7af504b2023-03-29 15:27:56 -06005#include <vendorcode/google/chromeos/chromeos.h>
6
Jon Murphya4564582023-03-29 15:38:19 -06007void fill_lb_gpios(struct lb_gpios *gpios) {}
8
Jon Murphy7af504b2023-03-29 15:27:56 -06009static const struct cros_gpio cros_gpios[] = {
10 CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, GPIO_DEVICE_NAME),
Eric Lai2813c7c2023-06-06 10:58:33 +080011 CROS_GPIO_WP_AH(CROS_WP_GPIO, GPIO_DEVICE_NAME),
Jon Murphy7af504b2023-03-29 15:27:56 -060012};
13DECLARE_CROS_GPIOS(cros_gpios);