xref: /openbmc/u-boot/arch/arm/dts/uniphier-ref-daughter.dtsi (revision dde22233721e7c72ee03aca0ba61e3bff7bf0063)
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