meta-yosemitev2: add gpio description for debug card

Added gpio description for yosemitev2 platform.

Tested:
Verfied with OCP external debug card display.

Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com>
Change-Id: If72827b8295e27c7d81da5e9f4b412608da9addf
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4e7c69..b01f6cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,3 +86,8 @@
 
 install (TARGETS zfboemcmds DESTINATION lib/ipmid-providers)
 install (FILES ${CONFIG_FILES} DESTINATION ${PACKAGE_DIR})
+
+if(BIC)
+set (CONFIG_FILES_YV2 yosemitev2/gpio_desc.json)
+install (FILES ${CONFIG_FILES_YV2} DESTINATION ${PACKAGE_DIR})
+endif()
diff --git a/yosemitev2/gpio_desc.json b/yosemitev2/gpio_desc.json
new file mode 100644
index 0000000..f5132bb
--- /dev/null
+++ b/yosemitev2/gpio_desc.json
@@ -0,0 +1,13 @@
+
+{
+ "GpioDesc": [
+  [ "0x10", 0, 2, "DBG_RST_BTN_N" ],
+  [ "0x11", 0, 1, "PWR_BTN_N" ],
+  [ "0x12", 0, 0, "FM_UART_SWITCH_N" ],
+  [ "0x13", 0, 0, "PU_PCA9555_P13" ],
+  [ "0x14", 0, 0, "PU_PCA9555_P14" ],
+  [ "0x15", 0, 0, "PU_PCA9555_P15" ],
+  [ "0x16", 0, 0, "PU_PCA9555_P16" ],
+  [ "0x17", 0, 0, "PU_PCA9555_P17" ]
+]
+}