mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
6462cdedc2
Panasonic's System LSI products, UniPhier SoC family, have been transferred to Socionext Inc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
17 lines
364 B
Text
17 lines
364 B
Text
/*
|
|
* Device Tree Source for UniPhier Reference Daughter Board
|
|
*
|
|
* Copyright (C) 2014-2015 Panasonic Corporation
|
|
* Copyright (C) 2015 Socionext Inc.
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
&i2c0 {
|
|
eeprom {
|
|
compatible = "i2c-eeprom";
|
|
reg = <0x50>;
|
|
u-boot,i2c-offset-len = <2>;
|
|
};
|
|
};
|