Initial commit for Gigabyte Super-IO motherboard controller (X570-UD)

This commit is contained in:
Ryan Frankcombe 2022-09-15 22:40:13 +00:00 committed by Adam Honse
parent e855e19a09
commit 777d292c7c
7 changed files with 493 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#define SIO_NCT6796_ID 0xd420 /* Device ID for NCT6796D (D421) */
#define SIO_NCT6797_ID 0xd450 /* Device ID for NCT6797D (D450) */
#define SIO_NCT6798_ID 0xd428 /* Device ID for NCT6798D (D428) */
#define SIO_ITE688_ID 0x8688 /* Device ID for ITE8688 (8688) */
#define SIO_REG_LOGDEV 0x07 /* Logical Device Register */
#define SIO_REG_DEVID 0x20 /* Device ID Register */
#define SIO_REG_SMBA 0x62 /* SMBus Base Address Register */