blob: 3c1788747bf6b83682aa366a9b3ed6db8c97d112 [file] [log] [blame]
Raul E Rangel8e425b02021-02-19 10:11:39 -07001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
5 * soc/amd/cezanne/include/soc/nvs.h !!!
6 */
7
8Field (GNVS, ByteAcc, NoLock, Preserve)
9{
10 /* Miscellaneous */
Felix Heldf3180f02023-07-06 16:36:41 +020011 PM1I, 64, // 0x00 - 0x07 - System Wake Source - PM1 Index
12 GPEI, 64, // 0x08 - 0x0f - GPE Wake Source
Raul E Rangel8e425b02021-02-19 10:11:39 -070013}