mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / braswell / acpi / platform.asl
blob6a01c28e9c83dc652162bd69621e91fc1b3124fd
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/intel/braswell/acpi/device_nvs.asl>
5 /* Enable ACPI _SWS methods */
6 #include <soc/intel/common/acpi/acpi_wake_source.asl>
7 #include <southbridge/intel/common/acpi/platform.asl>
9 /*
10  * The _PTS method (Prepare To Sleep) is called before the OS is
11  * entering a sleep state. The sleep state number is passed in Arg0
12  */
14 Method(_PTS,1)
18 /* The _WAK method is called on system wakeup */
20 Method(_WAK,1)
22         Return(Package(){0,0})