2015-02-05 14:30:25 +09:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier Reference Daughter Board
|
|
|
|
*
|
2015-06-30 18:27:01 +09:00
|
|
|
* Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-02-05 14:30:25 +09:00
|
|
|
*
|
2015-06-30 18:27:01 +09:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
2015-02-05 14:30:25 +09:00
|
|
|
*/
|
|
|
|
|
|
|
|
&i2c0 {
|
2016-06-29 19:38:56 +09:00
|
|
|
eeprom@50 {
|
2015-07-13 10:35:34 +09:00
|
|
|
compatible = "microchip,24lc128", "i2c-eeprom";
|
2015-02-05 14:30:25 +09:00
|
|
|
reg = <0x50>;
|
2015-02-05 14:30:26 +09:00
|
|
|
u-boot,i2c-offset-len = <2>;
|
2015-02-05 14:30:25 +09:00
|
|
|
};
|
|
|
|
};
|