configs: add configs for catalina
Add configurations for catalina to support USB debug card.
Change-Id: Ib9b0b6da0f38193d9e0579a3c7d009e6ee0fb205
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/configs/catalina/cri_sensors.json b/configs/catalina/cri_sensors.json
new file mode 100644
index 0000000..0967ef4
--- /dev/null
+++ b/configs/catalina/cri_sensors.json
@@ -0,0 +1 @@
+{}
diff --git a/configs/catalina/gpio_desc.json b/configs/catalina/gpio_desc.json
new file mode 100644
index 0000000..6f66a54
--- /dev/null
+++ b/configs/catalina/gpio_desc.json
@@ -0,0 +1,13 @@
+{
+ "GpioDesc": [
+ ["0x00", 0, 0, ""],
+ ["0x10", 0, 2, "DEBUG_RST_BTN_N"],
+ ["0x11", 0, 1, "DEBUG_PWR_BTN_N"],
+ ["0x12", 0, 0, "HPM_SCM_PERST_N"],
+ ["0x13", 0, 0, "IOEXP_INT_3V3_L"],
+ ["0x14", 1, 0, "STBY_POWER_PG"],
+ ["0x15", 0, 0, "SYS_RST_OUT_L"],
+ ["0x16", 1, 0, "RUN_POWER_PG"],
+ ["0x17", 0, 3, "FM_UART_SWITCH_N"]
+ ]
+}
diff --git a/configs/catalina/post_desc.json b/configs/catalina/post_desc.json
new file mode 100644
index 0000000..00cb5fb
--- /dev/null
+++ b/configs/catalina/post_desc.json
@@ -0,0 +1,3 @@
+{
+ "Phase1": [["0x00", ""]]
+}