Skip to content

[PX30][D23] Add support for all the board revisions and add board initialization as in seco_2017.09

Niccolò Rosadi requested to merge niccolor/px30-d23 into seco_2017.09_next

Board revision depends from the address of the eeprom wich can be 0x50, 0x51, 0x52, 0x53. there are configurations where 0x51 is used as address for RTC. 0x51 can be the address of the eeprom only if the probe of the others addresses don't work

Update get_macaddress_from_eeprom for use the correct eeprom address depending on the board revision

board initialization as in seco_2017.09

removed eeprom definition in dts

Merge request reports