configs: add configs for Minerva system

Add configurations for Minerva to support USB debug card.

Change-Id: I942e3839a63a95fd3bb04148399abaf1f453f879
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
diff --git a/configs/minerva/cri_sensors.json b/configs/minerva/cri_sensors.json
new file mode 100644
index 0000000..bbabf97
--- /dev/null
+++ b/configs/minerva/cri_sensors.json
@@ -0,0 +1,8 @@
+{
+    "CMM_P3V_BAT_VOLT_V": {
+        "short_name": "P3V_BAT_VOLT_V:"
+    },
+    "CMM_OUTLET_TEMP_C": {
+        "short_name": "OUTLET_TEMP_C:"
+    }
+}
diff --git a/configs/minerva/gpio_desc.json b/configs/minerva/gpio_desc.json
new file mode 100644
index 0000000..567047a
--- /dev/null
+++ b/configs/minerva/gpio_desc.json
@@ -0,0 +1,13 @@
+{
+    "GpioDesc": [
+        ["0x00", 0, 0, ""],
+        ["0x10", 0, 2, "FM_DBG_RST_BTN"],
+        ["0x11", 0, 1, "FM_PWR_BTN"],
+        ["0x12", 1, 0, "SYS_PWROK"],
+        ["0x13", 0, 0, "RST_PLTRST"],
+        ["0x14", 1, 0, "DSW_PWROK"],
+        ["0x15", 0, 0, "FM_CATERR_MSMI"],
+        ["0x16", 0, 0, "FM_SLPS3"],
+        ["0x17", 0, 3, "FM_UART_SWITCH"]
+    ]
+}
diff --git a/configs/minerva/post_desc.json b/configs/minerva/post_desc.json
new file mode 100644
index 0000000..00cb5fb
--- /dev/null
+++ b/configs/minerva/post_desc.json
@@ -0,0 +1,3 @@
+{
+    "Phase1": [["0x00", ""]]
+}