[coreboot] [commit] r6489 - trunk/src/superio/nsc/pc87384

repository service svn at coreboot.org
Tue Apr 12 20:18:13 CEST 2011


Author: svens
Date: Tue Apr 12 20:18:12 2011
New Revision: 6489
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6489

Log:
PC87384: add GPIO defines

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Sven Schnelle <svens at stackframe.org>

Modified:
   trunk/src/superio/nsc/pc87384/pc87384.h

Modified: trunk/src/superio/nsc/pc87384/pc87384.h
==============================================================================
--- trunk/src/superio/nsc/pc87384/pc87384.h	Tue Apr 12 03:12:46 2011	(r6488)
+++ trunk/src/superio/nsc/pc87384/pc87384.h	Tue Apr 12 20:18:12 2011	(r6489)
@@ -25,4 +25,15 @@
 #define PC87384_SP2  0x02
 #define PC87384_SP1  0x03
 #define PC87384_GPIO 0x07
+
+#define PC87384_GPIO_PIN_OE 0x01
+#define PC87384_GPIO_PIN_TYPE_PUSH_PULL 0x02
+#define PC87384_GPIO_PIN_PULLUP 0x04
+#define PC87384_GPIO_PIN_LOCK 0x08
+#define PC87384_GPIO_PIN_TRIG_LEVEL 0x10
+#define PC87384_GPIO_PIN_TRIG_LOW 0x20
+#define PC87384_GPIO_PIN_DEBOUNCE 0x40
+
+#define PC87384_GPIO_PIN_TRIGGERS_IRQ 0x01
+
 #endif




More information about the coreboot mailing list