summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-09-18 21:08:54 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-28 19:20:43 +0300
commitc3a78938c2a04341c5ae0713aa40f89e5eb35630 (patch)
treea893acacefe81083a42690d2f9aa69541953c97b /meta-ibm/recipes-phosphor
parent82de0edcb23657fb1eb41d51a85264fea6f9724c (diff)
downloadopenbmc-c3a78938c2a04341c5ae0713aa40f89e5eb35630.tar.xz
meta-ibm: system1: add in basic chassis power control
Need to eventually get full chassis power support in but for now, to allow BMC Ready, just put in the basic skeleton power control. Change-Id: I8647b11acb472662a40b986f23d28aa3e6a4d8d5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor')
-rw-r--r--meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json20
1 files changed, 20 insertions, 0 deletions
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
new file mode 100644
index 0000000000..b5c9aa1a26
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json
@@ -0,0 +1,20 @@
+{
+ "gpio_configs": {
+
+ "power_config": {
+ "power_good_in": "PGOOD",
+ "power_up_outs": [
+ ],
+ "reset_outs": [
+ ]
+ }
+ },
+
+ "gpio_definitions": [
+ {
+ "name": "PGOOD",
+ "pin": "V3",
+ "direction": "in"
+ }
+ ]
+}