[coreboot] r1040 - coreboot-v3/superio/winbond/w83627thg

svn at coreboot.org svn at coreboot.org
Mon Nov 17 21:40:40 CET 2008


Author: uwe
Date: 2008-11-17 21:40:39 +0100 (Mon, 17 Nov 2008)
New Revision: 1040

Modified:
   coreboot-v3/superio/winbond/w83627thg/dts
Log:
Fix/finish the Winbond W83627THF/THG dts.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Myles Watson <mylesgw at gmail.com>



Modified: coreboot-v3/superio/winbond/w83627thg/dts
===================================================================
--- coreboot-v3/superio/winbond/w83627thg/dts	2008-11-17 19:18:36 UTC (rev 1039)
+++ coreboot-v3/superio/winbond/w83627thg/dts	2008-11-17 20:40:39 UTC (rev 1040)
@@ -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";
 };





More information about the coreboot mailing list