mickey: Add board mickey config

Add mickey.py base on brain(without EC)

BUG=chrome-os-partner:41077
BRANCH=veyron
TEST=ran firmware_ECPowerButton test on mickey,
     passed with the message "TEST_NA: Nothing needs
     to be tested on this device"

Change-Id: I3da31b68119fa306824853144b7e469aeead3aac
Signed-off-by: jiazi Yang <Tomato_Yang@asus.com>
Reviewed-on: https://chromium-review.googlesource.com/275441
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
diff --git a/server/cros/faft/config/mickey.py b/server/cros/faft/config/mickey.py
new file mode 100644
index 0000000..3626499
--- /dev/null
+++ b/server/cros/faft/config/mickey.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2015 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 overrides for Mickey (RK3288 base platform without EC)."""
+
+from autotest_lib.server.cros.faft.config import brain
+
+class Values(brain.Values):
+    """Inherit overrides from Brain."""
+    pass
+