]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-ref-daughter.dtsi
arm: dts: socfpga: enables i2c0 in socfpga_de0_nano
[u-boot] / arch / arm / dts / uniphier-ref-daughter.dtsi
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+ OR MIT)
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 };