blob: b2d1e7995f4f81c5f0124291d42c0763436b0475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Intel NPK Controller 0:1f.7
Device (NPK0)
{
Name (_ADR, 0x001f0007)
// Northpeak DFX
Method(_STA, 0, NotSerialized)
{
Return(0x0B)
}
}
|