uniphier-ref-daughter.dtsi 315 B

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