* [PATCH] powerpc/83xx: Add additional i2c peripherals to MPC8315ERDB board
@ 2010-10-17 15:43 Fabio Baltieri
0 siblings, 0 replies; only message in thread
From: Fabio Baltieri @ 2010-10-17 15:43 UTC (permalink / raw)
To: galak; +Cc: linux-kernel, Fabio Baltieri
Add support for the additional i2c peripherals found on the board,
including an LM75 temperature sensor, an AT24 i2c eeprom and a
PCF8574A port expander.
This can also probably be applied on many other MPC8xxx boards.
Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
---
arch/powerpc/boot/dts/mpc8315erdb.dts | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index 4dd08c3..f89d9fd 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -118,11 +118,29 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
+
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
};
+ dtt@48 {
+ compatible = "national,lm75";
+ reg = <0x48>;
+ };
+
+ at24@50 {
+ compatible = "at24,24c256";
+ reg = <0x50>;
+ };
+
+ pcf: iexp@39 {
+ #gpio-cells = <2>;
+ compatible = "ti,pcf8574a";
+ reg = <0x39>;
+ gpio-controller;
+ };
+
mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8315erdb",
--
1.5.6.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-17 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-17 15:43 [PATCH] powerpc/83xx: Add additional i2c peripherals to MPC8315ERDB board Fabio Baltieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®