Move components from proving-ground
Move all needed components from proving ground to this
repo. Some clean up was done in json files to fix probes
as well as some slight modification to readme.
Change-Id: I05b7f6459704640c4850420a4573d157500d0aff
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/SAS Module.json b/configurations/SAS Module.json
new file mode 100755
index 0000000..7555799
--- /dev/null
+++ b/configurations/SAS Module.json
@@ -0,0 +1,17 @@
+{
+ "exposes": [
+ {
+ "bus": "$bus",
+ "name": "SAS Module FRU",
+ "type": "IntelFruDevice"
+ },
+ {
+ "address": "0x98",
+ "bus": "$bus",
+ "name": "SAS Module Temperature",
+ "type": "TMP75"
+ }
+ ],
+ "name": "SAS Module",
+ "probe": "FALSE"
+}