Skip to content
Commit 829e8c73 authored by Michal Simek's avatar Michal Simek
Browse files

xilinx: common: Add support for DM_I2C zynq_board_read_rom_ethaddr()



It is much easier to point to eeprom which stores information like MAC
address directly via DT. eeprom which contains this information is
pointed by /chosen/xlnx,eeprom parameter.

For example:
        chosen {
                bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
+               xlnx,eeprom = &eeprom;
        };

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 9755e3db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment