mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot.git] / src / soc / intel / common / acpi / wifi.asl
blob56c84550c30bd33467f7fb6a841a138a740c152b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device (WIFI)
5         Name (_ADR, 0)
6         OperationRegion(WIXX, PCI_Config, 0x00, 0x10)
7         Name (WRDX, Package()
8         {
9                 // Revision
10                 0,
11                 Package()
12                 {
13                         // DomainType, 0x7:WiFi
14                         0x00000007,
15                         // Default Regulatory Domain Country identifier
16                         0x4150,
17                 }
18         })
19         Method(WRDD,0,Serialized)
20         {
21                 DeRefOf (WRDX[1])[1] = \CID1 // Country identifier
23                 Return(WRDX)
24         }