ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / uniphier-ref-daughter.dtsi
index 33dc20547f4b3f3c05be33f2e130d06a6c155dd8..78eccfdd3ab4e6610e85b65a5fadc6d214b8e459 100644 (file)
@@ -1,15 +1,17 @@
 /*
  * Device Tree Source for UniPhier Reference Daughter Board
  *
- * Copyright (C) 2014-2015 Panasonic Corporation
- *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ * Copyright (C) 2015-2017 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  */
 
 &i2c0 {
-       eeprom {
-               compatible = "i2c-eeprom";
+       eeprom@50 {
+               compatible = "microchip,24lc128", "i2c-eeprom";
                reg = <0x50>;
+               pagesize = <64>;
+               u-boot,i2c-offset-len = <2>;
        };
 };