vcu: add board specific bd configuration

VCU uses not the default eeprom - use 1-0050 instead of 0-0050.

BugzID: 53626

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2018-10-10 11:30:25 +02:00
parent 0a42160e32
commit 0e73ef5206
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"tag_list": "/etc/bd/bd.json",
"eeprom": [
{ "path": "/sys/bus/i2c/devices/1-0050/eeprom", "valid_bds": [
{"name": "board", "start": 0, "size": 1024},
{"name": "platform", "start": 512, "size": 512},
{"name": "settings", "start": 1536, "size": 512}
]
}
]
}