From 1a06d05dad8eb53ba8bfb4cf45d92041b226b813 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 25 Feb 2015 15:05:56 -0600 Subject: Add MTAC-LORA-1.0, EUI for accessory card eeprom --- io-module/mts_io.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'io-module/mts_io.h') diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 216cc92..24a1760 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -50,6 +50,11 @@ struct device_attribute _dev_name = { \ #define PRODUCT_ID_MTAC_ETH "MTAC-ETH" #define PRODUCT_ID_MTAC_LORA "MTAC-LORA" +/* MTAC-LORA with native SPI or FTDI FT4222 */ +#define HW_VERSION_MTAC_LORA_0_0 "MTAC-LORA-0.0" +/* MTAC-LORA2 with FTDI FT232H */ +#define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0" + #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" #define HW_VERSION_MTCDP_0_0 "MTCDP-0.0" #define HW_VERSION_MTCDP_1_0 "MTCDP-1.0" @@ -73,6 +78,7 @@ enum { MTAC_MFSER_0_0, MTAC_ETH_0_0, MTAC_LORA_0_0, + MTAC_LORA_1_0, }; // GPIO pin types:input, output, open drain (1 = high Z, 0 = output low) -- cgit v1.2.3