Add TurboAllowed interface

TurboAllowed interface is used to tell host that it is allowed
to turn on turbo mode.

Turbo mode is a setting to enable processor frequency boosting.

Change-Id: I85fe32de9777580d9feaab5ae22e6db6a2e691ff
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml b/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
new file mode 100644
index 0000000..af1f883
--- /dev/null
+++ b/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
@@ -0,0 +1,10 @@
+description: >
+    Turbo mode is a setting to enable processor frequency boosting.
+    This interface is used to tell host that it is allowed to turn
+    on turbo mode.
+
+properties:
+    - name: TurboAllowed
+      type: boolean
+      description: >
+         Set this to allow Turbo mode.