diff options
Diffstat (limited to 'src/superio/ite/it8629e/it8629e.h')
-rw-r--r-- | src/superio/ite/it8629e/it8629e.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/superio/ite/it8629e/it8629e.h b/src/superio/ite/it8629e/it8629e.h new file mode 100644 index 0000000000..573ca28e81 --- /dev/null +++ b/src/superio/ite/it8629e/it8629e.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef SUPERIO_ITE_IT8629E_H +#define SUPERIO_ITE_IT8629E_H + +#define IT8629E_FDC 0x00 // FDC +#define IT8629E_SP1 0x01 // Serial Port 1 +#define IT8629E_SP2 0x02 // Serial Port 2 +#define IT8629E_PP 0x03 // Parallel Port +#define IT8629E_EC 0x04 // Environment Controller +#define IT8629E_KBCK 0x05 // PS/2 Keyboard +#define IT8629E_KBCM 0x06 // PS/2 Mouse +#define IT8629E_GPIO 0x07 // GPIO +#define IT8629E_UNKNOWN 0x08 +#define IT8629E_IR 0x0a // Consumer IR + +#endif /* SUPERIO_ITE_IT8629E_H */ |