Skip to content

Commit

Permalink
powerpc/83xx: Add i2c eeprom to dts for MPC837x RDB
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Reynes Philippe authored and Kumar Gala committed Jan 29, 2009
1 parent b4f7ec4 commit f7a0be4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/mpc8377_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
Expand Down
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/mpc8378_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
Expand Down
6 changes: 6 additions & 0 deletions arch/powerpc/boot/dts/mpc8379_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
Expand Down

0 comments on commit f7a0be4

Please sign in to comment.