mb/google/rauru: Implement regulator interface
[coreboot.git] / src / mainboard / intel / d945gclf / acpi / superio.asl
blob84dd30dcab0fcfd5927139fd4afc7e59599ceb9a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device (SIO1)
5         Name (_HID, EISAID("PNP0A05"))
6         Name (_UID, 1)
8         Device (UAR1)
9         {
10                 Name(_HID, EISAID("PNP0501"))
11                 Name(_UID, 1)
13                 // Some methods need an implementation here:
14                 // missing: _STA, _DIS, _CRS, _PRS,
15                 // missing: _SRS, _PS0, _PS3
16         }
18         Device (UAR2)
19         {
20                 Name(_HID, EISAID("PNP0501"))
21                 Name(_UID, 2)
23                 // Some methods need an implementation here:
24                 // missing: _STA, _DIS, _CRS, _PRS,
25                 // missing: _SRS, _PS0, _PS3
26         }