configs: add configs for bletchley

Add configurations for bletchley to support USB debug card.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I08f92490a6ebccb19a06639fd93c2488079bc1e0
diff --git a/configs/bletchley/cri_sensors.json b/configs/bletchley/cri_sensors.json
new file mode 100644
index 0000000..2efab31
--- /dev/null
+++ b/configs/bletchley/cri_sensors.json
@@ -0,0 +1,6 @@
+{
+        "Virtual_Inlet_Temp":
+        {
+                "short_name": "INLET_TEMP:"
+        }
+}
diff --git a/configs/bletchley/gpio_desc.json b/configs/bletchley/gpio_desc.json
new file mode 100644
index 0000000..ef88d76
--- /dev/null
+++ b/configs/bletchley/gpio_desc.json
@@ -0,0 +1,14 @@
+
+{
+  "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/bletchley/post_desc.json b/configs/bletchley/post_desc.json
new file mode 100644
index 0000000..7957967
--- /dev/null
+++ b/configs/bletchley/post_desc.json
@@ -0,0 +1,9 @@
+{
+"Phase1": [
+  [ "0x00", "" ]
+],
+
+"Phase2": [
+  [ "0x00", "" ]
+]
+}