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