2015-02-05 14:30:25 +09:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier Reference Daughter Board
|
|
|
|
*
|
2017-03-13 00:16:41 +09:00
|
|
|
* Copyright (C) 2015-2017 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-02-05 14:30:25 +09:00
|
|
|
*
|
2017-06-22 16:46:40 +09:00
|
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
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>;
|
2017-03-13 00:16:41 +09:00
|
|
|
pagesize = <64>;
|
2015-02-05 14:30:26 +09:00
|
|
|
u-boot,i2c-offset-len = <2>;
|
2015-02-05 14:30:25 +09:00
|
|
|
};
|
|
|
|
};
|