schemas: legacy: extract EEPROM

This allows to remove some properties from 'Aggregate' schema which are
no longer needed, since there is now a more specific schema to use.

There was one configuration without 'Address' property,
which was likely a misconfiguration.

The file is sas_module.json which has "Probe": "FALSE" set, so it will
never be probed anyways. The misconfiguration has been removed.

Tested: Schema Validator Pass

Change-Id: I5ceda72a09a4b1dbcce64de9d087701b25a15dac
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index a61d11d..b1709f9 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -115,6 +115,9 @@
                             "$ref": "legacy.json#/$defs/NVME1000"
                         },
                         {
+                            "$ref": "legacy.json#/$defs/EEPROM"
+                        },
+                        {
                             "$ref": "virtual_sensor.json#/$defs/VirtualSensor"
                         },
                         {