2018-04-16 03:35:33 +00: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 05:30:25 +00:00
|
|
|
|
|
|
|
&i2c0 {
|
2016-06-29 10:38:56 +00:00
|
|
|
eeprom@50 {
|
2020-02-28 12:57:21 +00:00
|
|
|
compatible = "microchip,24lc128", "atmel,24c128";
|
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:25 +00:00
|
|
|
};
|
|
|
|
};
|