summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p1023rdb.dts
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2013-05-16 08:45:53 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-16 15:52:43 (GMT)
commit5b2464a47e21697c6f3fb5652c8806d6f68ca092 (patch)
treea2cc35a152e562b9f1f0cd4e3c0be2583c5eedfe /arch/powerpc/boot/dts/p1023rdb.dts
parenta34d813cf9473acade21ad98972129f28635af4e (diff)
downloadlinux-fsl-qoriq-5b2464a47e21697c6f3fb5652c8806d6f68ca092.tar.xz
powerpc/85xx: Update eeprom node and add rtc node in p1023rdb.dts
On the P1023RDB board, use 24c04 chip of eeprom with 0x53 address, and use mcp7941x chip of rtc with 0x6f address. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Change-Id: Ic4adf77fcf4774880e62a1c8bfe4a10fde1ebfd7 Reviewed-on: http://git.am.freescale.net:8181/2540 Reviewed-by: Zang Tiefei-R61911 <tie-fei.zang@freescale.com> Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/p1023rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/p1023rdb.dts11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/p1023rdb.dts b/arch/powerpc/boot/dts/p1023rdb.dts
index f2758b8..24e71f8 100644
--- a/arch/powerpc/boot/dts/p1023rdb.dts
+++ b/arch/powerpc/boot/dts/p1023rdb.dts
@@ -65,9 +65,14 @@
ranges = <0x0 0x0 0xff600000 0x200000>;
i2c@3000 {
- at24@50 {
- compatible = "at24,24c08";
- reg = <0x50>;
+ eeprom@53 {
+ compatible = "at24,24c04";
+ reg = <0x53>;
+ };
+
+ rtc@6f {
+ compatible = "microchip,mcp7941x";
+ reg = <0x6f>;
};
};