1/*
2 * Device Tree Source for UniPhier Reference Daughter Board
3 *
4 * Copyright (C) 2015-2017 Socionext Inc.
5 *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *
7 * SPDX-License-Identifier:	GPL-2.0+	X11
8 */
9
10&i2c0 {
11	eeprom@50 {
12		compatible = "microchip,24lc128", "i2c-eeprom";
13		reg = <0x50>;
14		pagesize = <64>;
15		u-boot,i2c-offset-len = <2>;
16	};
17};
18