Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board
[coreboot.git] / src / mainboard / iwave / iWRainbowG6 / acpi / superio.asl
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
19  * MA 02110-1301 USA
20  */
21
22
23 Device (SIO1)
24 {
25         Name (_HID, EISAID("PNP0A05"))
26         Name (_UID, 1)
27
28         Device (UAR1)
29         {
30                 Name(_HID, EISAID("PNP0501"))
31                 Name(_UID, 1)
32
33                 // Some methods need an implementation here:
34                 // missing: _STA, _DIS, _CRS, _PRS,
35                 // missing: _SRS, _PS0, _PS3
36         }
37
38         Device (UAR2)
39         {
40                 Name(_HID, EISAID("PNP0501"))
41                 Name(_UID, 2)
42
43                 // Some methods need an implementation here:
44                 // missing: _STA, _DIS, _CRS, _PRS,
45                 // missing: _SRS, _PS0, _PS3
46         }
47 }
48