dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: mx28evk: Add I2C EEPROM support

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>
This commit is contained in:
Fabio Estevam 2012-08-27 16:39:59 -03:00 committed by Shawn Guo
parent 186e3d943a
commit fa876ceff9
1 changed files with 6 additions and 0 deletions

View File

@ -161,6 +161,12 @@
VDDIO-supply = <&reg_3p3v>;
};
at24@51 {
compatible = "at24,24c32";
pagesize = <32>;
reg = <0x51>;
};
};
pwm: pwm@80064000 {