meta-ibm: system1: add GPIO for PHR button

Added the GPIO definition for the pin hole reset button based on
the GPIO it is connected as seen in the schematics.

Change-Id: I713417f72ebaf5e3df06997332d243b4fbe3b8a1
Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
diff --git a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json
index ef09c75..1da7674 100644
--- a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json
+++ b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json
@@ -20,6 +20,11 @@
             "name": "POWER_BUTTON",
             "pin": "X6",
             "direction": "in"
+        },
+        {
+            "name": "RESET_BUTTON",
+            "pin": "F0",
+            "direction": "in"
         }
     ]
 }