atlas: add FAFT config

BUG=b:77597229
TEST=None

Change-Id: Ibad2ff9329528817b3352d66228e67a28fb09837
Signed-off-by: Tim Chen <tim-chen@quanta.corp-partner.google.com>
Reviewed-on: https://chromium-review.googlesource.com/1253485
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Reviewed-by: Wai-Hong Tam <waihong@google.com>
diff --git a/server/cros/faft/config/atlas.py b/server/cros/faft/config/atlas.py
new file mode 100644
index 0000000..850f829
--- /dev/null
+++ b/server/cros/faft/config/atlas.py
@@ -0,0 +1,16 @@
+# Copyright 2018 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""FAFT config setting overrides for Atlas."""
+
+class Values(object):
+    """FAFT config values for Atlas."""
+    chrome_ec = True
+    ec_capability = ['battery', 'charging',
+                     'keyboard', 'lid', 'x86' ]
+    firmware_screen = 15
+    wp_voltage = 'pp3300'
+    spi_voltage = 'pp3300'
+    servo_prog_state_delay = 10
+    dark_resume_capable = True