I am adapting u-boot to our boards that use the DRA726 processor. Our design uses an EEPROM on the SPI bus instead of I2C bus.
Much like the automotive EVM we have some configuration in EEPROM. I would like for u-boot to load a different device tree depending on the configuration found in EEPROM sort of the way it is done in the Beagleboard X15 or TI Industrial EVM. Do you have some example code I can work with. So far all I found was code for the I2C.
Michel