Add PID Configurations

Initial PID configurations. For phosphor-pid-control
based off of yaml configuration examples.

Change-Id: Iaf9cce84f10259866594d516fdc1454f1fff6470
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 85ddfed..8e3a222 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -838,6 +838,30 @@
                 }
             ],
             "Type": "SkylakeCPU"
+        },
+        {
+            "Class": "temp",
+            "FFGainCoefficient": 0.0,
+            "FFOffCoefficient": 0.0,
+            "ICoefficient": -20.0,
+            "ILimit": {
+                "Max": 7000,
+                "Min": 3000
+            },
+            "Index": 1,
+            "Inputs": [
+                "Core 0 CPU0"
+            ],
+            "Name": "Core 0 CPU0",
+            "OutLimit": {
+                "Max": 7000,
+                "Min": 3000
+            },
+            "PCoefficient": -300.0,
+            "SetPoint": 45.0,
+            "SlewNeg": -100,
+            "SlewPos": 0.0,
+            "Type": "Pid"
         }
     ],
     "Name": "WFP Baseboard",