Fix/finish the Winbond W83627THF/THG dts.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1040 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
d1eeba86f0
commit
e5fa03aa74
1 changed files with 42 additions and 2 deletions
|
|
@ -20,8 +20,23 @@
|
|||
|
||||
{
|
||||
device_operations = "w83627thg_ops";
|
||||
|
||||
/* To override any of these, put the over-ride in mainboard dts. */
|
||||
|
||||
/* Floppy */
|
||||
floppydev = "0";
|
||||
floppyenable = "0";
|
||||
floppyio = "0x3f0";
|
||||
floppyirq = "6";
|
||||
floppydrq = "2";
|
||||
|
||||
/* Parallel port */
|
||||
ppdev = "1";
|
||||
ppenable = "0";
|
||||
ppio = "0x378";
|
||||
ppirq = "7";
|
||||
ppdrq = "4";
|
||||
|
||||
/* COM1 */
|
||||
com1dev = "2";
|
||||
com1enable = "0";
|
||||
|
|
@ -34,11 +49,36 @@
|
|||
com2io = "0x2f8";
|
||||
com2irq = "3";
|
||||
|
||||
/* Keyboard */
|
||||
/* PS/2 keyboard + PS/2 mouse */
|
||||
kbdev = "5";
|
||||
kbenable = "0";
|
||||
kbio = "0x60";
|
||||
kbio2 = "0x62";
|
||||
kbio2 = "0x64";
|
||||
kbirq = "1";
|
||||
kbirq2 = "12";
|
||||
|
||||
/* Game port, MIDI port, GPIO1, GPIO5 */
|
||||
gamedev = "7";
|
||||
gameenable = "0";
|
||||
gameio = "0x201";
|
||||
gameio2 = "0x330";
|
||||
gameirq = "9";
|
||||
|
||||
/* GPIO2 */
|
||||
gpio2dev = "8";
|
||||
gpio2enable = "0";
|
||||
|
||||
/* GPIO3, GPIO4 */
|
||||
gpio34dev = "9";
|
||||
gpio34enable = "0";
|
||||
|
||||
/* ACPI */
|
||||
acpidev = "10";
|
||||
acpienable = "0";
|
||||
|
||||
/* Hardware Monitor */
|
||||
hwmdev = "11";
|
||||
hwmenable = "0";
|
||||
hwmio = "0x290";
|
||||
hwmirq = "5";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue