9
0
Fork 0

sysmocom-odu: We have a 24C02 EEPROM at 0x50

... and not the eeprom of the phyCORE AM335x reference platform.
This commit is contained in:
Harald Welte 2014-12-19 05:10:26 +01:00
parent 03773b8729
commit 9bd8556fcf
1 changed files with 4 additions and 4 deletions

View File

@ -158,10 +158,10 @@
status = "okay";
clock-frequency = <400000>;
eeprom: 24c32@52 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x52>;
eeprom: 24c02@50 {
compatible = "atmel,24c02";
pagesize = <8>;
reg = <0x50>;
};
};