meta-ampere:meta-jade Add skeleton configuation

Add the Mt.Jade skeleton configuration to support the
basic power control

Tested:
1. Compile OpenBMC image and boot successfully on Mt.Jade
2. Check basic gpio get/set and the power control action
successfully

Signed-off-by: Tung Nguyen <tungnguyen@os.amperecomputing.com>
Change-Id: Ifc4f5746c3fb7e8d5e30a12cf29dd3f02e5de953
diff --git a/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
new file mode 100644
index 0000000..dd218c0
--- /dev/null
+++ b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
@@ -0,0 +1,54 @@
+{
+    "gpio_configs": {
+
+        "power_config": {
+            "power_good_in": "PGOOD",
+            "power_up_outs": [
+               {"name": "BMC_SYS_PSON_L", "polarity": false},
+               {"name": "BMC_READY", "polarity": true}
+            ],
+            "reset_outs": [
+               {"name": "BMC_S0_SYSRESET_L", "polarity": false},
+               {"name": "BMC_S1_SYSRESET_L", "polarity": false}
+            ]
+        }
+    },
+
+    "gpio_definitions": [
+        {
+            "name": "PGOOD",
+            "pin": "F4",
+            "direction": "in"
+        },
+        {
+            "name": "BMC_SYS_PSON_L",
+            "pin": "F2",
+            "direction": "out"
+        },
+        {
+            "name": "BMC_S0_SYSRESET_L",
+            "pin": "L3",
+            "direction": "out"
+        },
+        {
+            "name": "BMC_S1_SYSRESET_L",
+            "pin": "L4",
+            "direction": "out"
+        },
+        {
+            "name": "POWER_BUTTON",
+            "pin": "B4",
+            "direction": "both"
+        },
+        {
+            "name": "RESET_BUTTON",
+            "pin": "R5",
+            "direction": "both"
+        },
+        {
+            "name": "BMC_READY",
+            "pin": "AC5",
+            "direction": "out"
+        }
+    ]
+}
diff --git a/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
new file mode 100644
index 0000000..83a9297
--- /dev/null
+++ b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_append_mtjade := "${THISDIR}/${PN}:"