Commit f7a0be45 authored by Reynes Philippe's avatar Reynes Philippe Committed by Kumar Gala

powerpc/83xx: Add i2c eeprom to dts for MPC837x RDB

Signed-off-by: default avatarPhilippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent b4f7ec46
......@@ -118,6 +118,12 @@ i2c@3000 {
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
......
......@@ -118,6 +118,12 @@ i2c@3000 {
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
......
......@@ -116,6 +116,12 @@ i2c@3000 {
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment