Skip to content

Commit

Permalink
powerpc/p1010rdb: add EEPROMs to device tree
Browse files Browse the repository at this point in the history
Add EEPROM to the P1010RDB device tree.
The 24c01 acts as a memory SPD so it shouldn't be overwritten without
care.
The 24c256 is a general purpose memory.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Gustavo Zacarias authored and Kumar Gala committed Jul 10, 2012
1 parent 4b2e185 commit babb5e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/powerpc/boot/dts/p1010rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,24 @@

&board_soc {
i2c@3000 {
eeprom@50 {
compatible = "st,24c256";
reg = <0x50>;
};

rtc@68 {
compatible = "pericom,pt7c4338";
reg = <0x68>;
};
};

i2c@3100 {
eeprom@52 {
compatible = "atmel,24c01";
reg = <0x52>;
};
};

spi@7000 {
flash@0 {
#address-cells = <1>;
Expand Down

0 comments on commit babb5e8

Please sign in to comment.