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>
This commit is contained in:
Reynes Philippe 2009-01-28 11:07:44 +01:00 committed by Kumar Gala
parent b4f7ec46b6
commit f7a0be456f
3 changed files with 18 additions and 0 deletions

View File

@ -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>;

View File

@ -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>;

View File

@ -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>;