diff options
author | Reynes Philippe <philippe.reynes@isismpp.fr> | 2009-01-28 05:07:44 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 19:17:01 -0500 |
commit | f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95 (patch) | |
tree | 498cb1ae87bae961e5092b65150ccdca81ad9ea3 /arch/powerpc/boot/dts/mpc8377_rdb.dts | |
parent | b4f7ec46b6c151d31c068e46278efef7e43b5043 (diff) |
powerpc/83xx: Add i2c eeprom to dts for MPC837x RDB
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index b4ab3d091e6e..165463f77844 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts | |||
@@ -118,6 +118,12 @@ | |||
118 | interrupts = <14 0x8>; | 118 | interrupts = <14 0x8>; |
119 | interrupt-parent = <&ipic>; | 119 | interrupt-parent = <&ipic>; |
120 | dfsrr; | 120 | dfsrr; |
121 | |||
122 | at24@50 { | ||
123 | compatible = "at24,24c256"; | ||
124 | reg = <0x50>; | ||
125 | }; | ||
126 | |||
121 | rtc@68 { | 127 | rtc@68 { |
122 | compatible = "dallas,ds1339"; | 128 | compatible = "dallas,ds1339"; |
123 | reg = <0x68>; | 129 | reg = <0x68>; |