summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ref-daughter.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-05 05:30:25 (GMT)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-06 15:15:02 (GMT)
commita7f2ecf5dcf81c314a00b69527587d4db72c00ce (patch)
tree14ac004997db6895958602d53a5aee9eb14d97ea /arch/arm/dts/uniphier-ref-daughter.dtsi
parenteb006c83e6179e8ecd2866876fc7056867402b2f (diff)
downloadu-boot-a7f2ecf5dcf81c314a00b69527587d4db72c00ce.tar.xz
ARM: UniPhier: move EEPROM device node into a separate DTS
This EEPROM chip is installed on the expansion board commonly used on UniPhier platform. To avoid duplicated description, move the EEPROM node to a separate file and include it from other device tree sources. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ref-daughter.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ref-daughter.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ref-daughter.dtsi b/arch/arm/dts/uniphier-ref-daughter.dtsi
new file mode 100644
index 0000000..33dc205
--- /dev/null
+++ b/arch/arm/dts/uniphier-ref-daughter.dtsi
@@ -0,0 +1,15 @@
+/*
+ * Device Tree Source for UniPhier Reference Daughter Board
+ *
+ * Copyright (C) 2014-2015 Panasonic Corporation
+ * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+&i2c0 {
+ eeprom {
+ compatible = "i2c-eeprom";
+ reg = <0x50>;
+ };
+};