meta-facebook:Yv35:add ipmi channel config for host's.

Tested:
 Tested in FBY35 platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: Ifaeb89d76fc9b99823f133b75fd5895db85e0fbf
diff --git a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/fby35/ipmb-channels.json b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/fby35/ipmb-channels.json
new file mode 100644
index 0000000..1eeb030
--- /dev/null
+++ b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/fby35/ipmb-channels.json
@@ -0,0 +1,32 @@
+{
+  "channels": [
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-0",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 0
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-1",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 1
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-2",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 2
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-3",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 3
+    }
+ ]
+}