aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/supermicro/x9sae/acpi/superio.asl12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/x9sae/acpi/superio.asl b/src/mainboard/supermicro/x9sae/acpi/superio.asl
index 16990d45f4..ff22ce5953 100644
--- a/src/mainboard/supermicro/x9sae/acpi/superio.asl
+++ b/src/mainboard/supermicro/x9sae/acpi/superio.asl
@@ -1,3 +1,11 @@
-/* SPDX-License-Identifier: CC-PDDC */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* Please update the license if adding licensable material. */
+#define SUPERIO_DEV SIO0
+#define SUPERIO_PNP_BASE 0x2e
+#undef NCT6776_SHOW_PP
+#define NCT6776_SHOW_SP1
+#define NCT6776_SHOW_KBC
+#undef NCT6776_SHOW_GPIO
+#define NCT6776_SHOW_HWM
+
+#include <superio/nuvoton/nct6776/acpi/superio.asl>