summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h
blob: 0f0ff50584c08c71805c6bcd087157e1ad0c6495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __MAINBOARD_GPIO_H__
#define __MAINBOARD_GPIO_H__

#include <baseboard/gpio.h>

/* Nautilus differs from baseboard in the GPIO used for EN_PP3300_DX_CAM. */
#undef EN_PP3300_DX_CAM
#define EN_PP3300_DX_CAM	GPP_C8

#endif /* __MAINBOARD_GPIO_H__ */