repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
uniphier-ref-daughter.dtsi
blob
04e60c295319f10c8b221574a5fc26f757666f88
1
// SPDX-License-Identifier: GPL-2.0+ OR MIT
2
//
3
// Device Tree Source for UniPhier Reference Daughter Board
4
//
5
// Copyright (C) 2015-2017 Socionext Inc.
6
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7
8
&i2c0 {
9
eeprom@50 {
10
compatible = "microchip,24lc128";
11
reg = <0x50>;
12
pagesize = <64>;
13
};
14
};