aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/chip.h')
-rw-r--r--src/soc/intel/skylake/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index dd5306e078..b54869c051 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -238,6 +238,13 @@ struct soc_intel_skylake_config {
u32 GraphicsConfigPtr;
u8 Device4Enable;
u8 RtcLock;
+ /* GPIO IRQ Route The valid values is 14 or 15*/
+ u8 GpioIrqSelect;
+ /* SCI IRQ Select The valid values is 9, 10, 11 and 20 21, 22, 23*/
+ u8 SciIrqSelect;
+ /* TCO IRQ Select The valid values is 9, 10, 11, 20 21, 22, 23*/
+ u8 TcoIrqSelect;
+ u8 TcoIrqEnable;
};
typedef struct soc_intel_skylake_config config_t;