mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot2.git] / src / mainboard / google / beltino / acpi / platform.asl
blob2b1830551aa28cc0eed5c1f25fce70d257d4d233
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <southbridge/intel/common/acpi/platform.asl>
5 /* The _PTS method (Prepare To Sleep) is called before the OS is
6  * entering a sleep state. The sleep state number is passed in Arg0
7  */
9 Method(_PTS,1)
13 /* The _WAK method is called on system wakeup */
15 Method(_WAK,1)
17         /* Initialize thermal defaults */
18         \_TZ.THRM._INI ()
20         Return(Package(){0,0})