xref: /freebsd-src/sys/contrib/device-tree/src/arm/socionext/uniphier-ref-daughter.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Device Tree Source for UniPhier Reference Daughter Board
4*f126890aSEmmanuel Vadot//
5*f126890aSEmmanuel Vadot// Copyright (C) 2015-2017 Socionext Inc.
6*f126890aSEmmanuel Vadot//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot&i2c0 {
9*f126890aSEmmanuel Vadot	eeprom@50 {
10*f126890aSEmmanuel Vadot		compatible = "microchip,24lc128", "atmel,24c128";
11*f126890aSEmmanuel Vadot		reg = <0x50>;
12*f126890aSEmmanuel Vadot		pagesize = <64>;
13*f126890aSEmmanuel Vadot	};
14*f126890aSEmmanuel Vadot};
15