ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS
[oweals/u-boot.git] / arch / arm / dts / uniphier-ref-daughter.dtsi
1 /*
2  * Device Tree Source for UniPhier Reference Daughter Board
3  *
4  * Copyright (C) 2014-2015 Panasonic Corporation
5  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 &i2c0 {
11         eeprom {
12                 compatible = "i2c-eeprom";
13                 reg = <0x50>;
14                 u-boot,i2c-offset-len = <2>;
15         };
16 };