2018-03-10 22:18:01 +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-08-06 19:37:46 +09:00
|
|
|
|
|
|
|
|
&i2c0 {
|
2016-02-26 16:18:36 +09:00
|
|
|
eeprom@50 {
|
2020-02-28 21:20:55 +09:00
|
|
|
compatible = "microchip,24lc128", "atmel,24c128";
|
2015-08-06 19:37:46 +09:00
|
|
|
reg = <0x50>;
|
2017-03-14 04:47:54 +09:00
|
|
|
pagesize = <64>;
|
2015-08-06 19:37:46 +09:00
|
|
|
};
|
|
|
|
|
};
|