aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dell/optiplex_9010/acpi/superio.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/dell/optiplex_9010/acpi/superio.asl')
-rw-r--r--src/mainboard/dell/optiplex_9010/acpi/superio.asl13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/dell/optiplex_9010/acpi/superio.asl b/src/mainboard/dell/optiplex_9010/acpi/superio.asl
new file mode 100644
index 0000000000..fa1dfcf726
--- /dev/null
+++ b/src/mainboard/dell/optiplex_9010/acpi/superio.asl
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#undef SUPERIO_DEV
+#undef SUPERIO_PNP_BASE
+#define SUPERIO_DEV SIO1
+#define SUPERIO_PNP_BASE 0x2e
+
+#define SCH5545_RUNTIME_BASE 0xa00
+#define SCH5545_EMI_BASE 0xa40
+#define SCH5545_SHOW_UARTA
+#define SCH5545_SHOW_KBC
+
+#include <superio/smsc/sch5545/acpi/superio.asl>