Skip to content

Commit

Permalink
ARM: mx28evk: Add I2C EEPROM support
Browse files Browse the repository at this point in the history
mx28evk has a free slot U50 that can be used to populate an I2C EEPROM.

Add support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Sep 5, 2012
1 parent 186e3d9 commit fa876ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@
VDDIO-supply = <&reg_3p3v>;

};

at24@51 {
compatible = "at24,24c32";
pagesize = <32>;
reg = <0x51>;
};
};

pwm: pwm@80064000 {
Expand Down

0 comments on commit fa876ce

Please sign in to comment.