soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / soc / intel / denverton_ns / acpi / npk.asl
blob9a25c8e57a921cd4896ac395eb24cc31b5ddb244
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 // Intel NPK Controller 0:1f.7
5 Device (NPK0)
7         Name (_ADR, 0x001f0007)
9         // Northpeak DFX
10         Method(_STA, 0, NotSerialized)
11         {
12                 Return(0x0B)
13         }