2015-02-05 05:30:25 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier Reference Daughter Board
|
|
|
|
*
|
2017-03-12 15:16:41 +00:00
|
|
|
* Copyright (C) 2015-2017 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-02-05 05:30:25 +00:00
|
|
|
*
|
2017-06-22 07:46:40 +00:00
|
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-02-05 05:30:25 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
&i2c0 {
|
2016-06-29 10:38:56 +00:00
|
|
|
eeprom@50 {
|
2015-07-13 01:35:34 +00:00
|
|
|
compatible = "microchip,24lc128", "i2c-eeprom";
|
2015-02-05 05:30:25 +00:00
|
|
|
reg = <0x50>;
|
2017-03-12 15:16:41 +00:00
|
|
|
pagesize = <64>;
|
2015-02-05 05:30:26 +00:00
|
|
|
u-boot,i2c-offset-len = <2>;
|
2015-02-05 05:30:25 +00:00
|
|
|
};
|
|
|
|
};
|