summaryrefslogtreecommitdiffstats
path: root/Documentation/superio
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/superio')
-rw-r--r--Documentation/superio/index.md1
-rw-r--r--Documentation/superio/nuvoton/nct5539d.md9
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/superio/index.md b/Documentation/superio/index.md
index 053663b21514..81287bb108fe 100644
--- a/Documentation/superio/index.md
+++ b/Documentation/superio/index.md
@@ -5,6 +5,7 @@ This section contains documentation about coreboot on specific SuperIOs.
## Nuvoton
- [NPCD378](nuvoton/npcd378.md)
+- [NCT5539D](nuvoton/nct5539d.md)
## Common
- [PNP devices](common/pnp.md)
diff --git a/Documentation/superio/nuvoton/nct5539d.md b/Documentation/superio/nuvoton/nct5539d.md
new file mode 100644
index 000000000000..e91ebc3abba9
--- /dev/null
+++ b/Documentation/superio/nuvoton/nct5539d.md
@@ -0,0 +1,9 @@
+# NCT5539D SuperIO
+
+The SuperIO has the ID `0xd121` and the source can be found in
+`src/superio/nuvoton/nct5539d/`.
+
+## For developers
+
+The SuperIO generates ACPI using the
+[SSDT generator for generic SuperIOs](../common/ssdt.md).