aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x9scl/x9scl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x9scl/x9scl.h')
-rw-r--r--src/mainboard/supermicro/x9scl/x9scl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x9scl/x9scl.h b/src/mainboard/supermicro/x9scl/x9scl.h
new file mode 100644
index 0000000000..05723145dc
--- /dev/null
+++ b/src/mainboard/supermicro/x9scl/x9scl.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef X9SCL_H
+#define X9SCL_H
+
+#define X9SCL_NCT6776_PNP_BASE 0x002e
+#define X9SCL_NCT6776_HWM_BASE 0x0a30
+#define X9SCL_NCT6776_GPIO_BASE 0x0a80
+#define X9SCL_WPCM450_KCS_BASE 0x0ca2
+#define X9SCL_WPCM450_PNP_BASE 0x164e
+
+#endif /* X9SCL_H */