repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/amb/birman*/gpio: remove configuration for VDD_MEM_VID[0,1]
[coreboot2.git]
/
src
/
mainboard
/
google
/
cyan
/
onboard.h
blob
dd33a381230985d89f0ffbefe75e33ce2518ebf4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef CYAN_ONBOARD_H
4
#define CYAN_ONBOARD_H
5
6
/* Write protect active high. */
7
#define WP_GPIO GP_E_22
8
9
#endif