2018-04-16 12:35:33 +09:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
//
|
|
|
|
// Device Tree Source for UniPhier Reference Daughter Board
|
|
|
|
//
|
|
|
|
// Copyright (C) 2015-2017 Socionext Inc.
|
|
|
|
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
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
|
|
|
};
|
|
|
|
};
|