diff options
author | John Klug <john.klug@multitech.com> | 2020-02-25 13:06:26 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-16 10:17:20 -0500 |
commit | aa3be1b385cc26566745207d7862fa9067dcdf3c (patch) | |
tree | c6388d5254ce76a3286147ac81ba318919beb873 /io-module/mts_io_module.h | |
parent | 2cf96aed8c6c90855cc43b10716aafdabdd51966 (diff) | |
download | mts-io-4.3.0a.tar.gz mts-io-4.3.0a.tar.bz2 mts-io-4.3.0a.zip |
Support mtcpm CPU board4.3.0a
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r-- | io-module/mts_io_module.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 0e1b1d5..4fcd3a7 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,13 +5,13 @@ * MTAC cards. */ -#define DRIVER_VERSION "v4.1.4a" +#define DRIVER_VERSION "v4.3.0a" #define DRIVER_AUTHOR "Multitech Systems" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" #define DEBUG 0 - +/* Atmel AT91 Platforms */ #define PRODUCT_ID_MTCDP_E1_DK "MTCDP-E1-DK" #define PRODUCT_ID_MT100EOCG "MT100EOCG" #define PRODUCT_ID_MTR "MTR" @@ -41,6 +41,12 @@ #define HW_VERSION_MTHS_0_0 "MTHS-0.0" #define HW_VERSION_MTHS_0_1 "MTHS-0.1" +/* TI OMAP Platforms */ +#define PRODUCT_ID_MTCPM "MTCPM" + +#define HW_VERSION_MTCPM_DASH "MTCPM-" +#define HW_VERSION_MTCPM_0_0 "MTCPM-0.0" + enum { MTCDP_E1_DK_0_0, MTCDP_E1_DK_1_0, @@ -58,6 +64,7 @@ enum { MTCAP_0_1, MTHS_0_0, MTHS_0_1, + MTCPM_0_0, }; enum { |