meta-ampere: mtjade: Support automatic fan control

This commit supports phosphor-fan application for mtjade platform.
phosphor-fan-control service controls fan speed following the mapping
tables with TS4_Temp, OCP_Temp, nvme_bp_max and nvme_m2_max sensor.
phosphor-fan-presence-tach and phosphor-fan-monitor services are fully
supported.

Signed-off-by: Chau Ly <chaul@amperecomputing.com>
Change-Id: I11a598f627d5e261689c2bd9d85ce65f4fc330ea
diff --git a/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/zones.json b/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/zones.json
new file mode 100644
index 0000000..d8ec74f
--- /dev/null
+++ b/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/zones.json
@@ -0,0 +1,10 @@
+[
+    {
+        "name": "0",
+        "poweron_target": 153,
+        "default_ceiling": 255,
+        "default_floor": 255,
+        "increase_delay": 5,
+        "decrease_interval": 30
+    }
+]
\ No newline at end of file