aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/b4qds.dtsi
diff options
context:
space:
mode:
authorHongtao Jia <hongtao.jia@freescale.com>2013-09-09 18:03:33 +0800
committerScott Wood <scottwood@freescale.com>2013-10-28 21:11:18 -0500
commitafc4b47372ace24c630c1d79b3a0ed32bf1d19fd (patch)
tree54a8a93b328dc406b24a436c282e8e4f0977dd25 /arch/powerpc/boot/dts/b4qds.dtsi
parentpowerpc/fsl/defconfig: enable CONFIG_AT803X_PHY (diff)
downloadlinux-dev-afc4b47372ace24c630c1d79b3a0ed32bf1d19fd.tar.xz
linux-dev-afc4b47372ace24c630c1d79b3a0ed32bf1d19fd.zip
powerpc: Add I2C bus multiplexer node for B4 and T4240QDS
In both B4 and T4240QDS platform PCA9547 I2C bus multiplexer is used. The sub-nodes are also reorganized according to right I2C topology. Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/b4qds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/b4qds.dtsi51
1 files changed, 32 insertions, 19 deletions
diff --git a/arch/powerpc/boot/dts/b4qds.dtsi b/arch/powerpc/boot/dts/b4qds.dtsi
index e6d2f8f90544..8b47edcfabf0 100644
--- a/arch/powerpc/boot/dts/b4qds.dtsi
+++ b/arch/powerpc/boot/dts/b4qds.dtsi
@@ -120,25 +120,38 @@
};
i2c@118000 {
- eeprom@50 {
- compatible = "at24,24c64";
- reg = <0x50>;
- };
- eeprom@51 {
- compatible = "at24,24c256";
- reg = <0x51>;
- };
- eeprom@53 {
- compatible = "at24,24c256";
- reg = <0x53>;
- };
- eeprom@57 {
- compatible = "at24,24c256";
- reg = <0x57>;
- };
- rtc@68 {
- compatible = "dallas,ds3232";
- reg = <0x68>;
+ mux@77 {
+ compatible = "nxp,pca9547";
+ reg = <0x77>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ i2c@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0>;
+
+ eeprom@50 {
+ compatible = "at24,24c64";
+ reg = <0x50>;
+ };
+ eeprom@51 {
+ compatible = "at24,24c256";
+ reg = <0x51>;
+ };
+ eeprom@53 {
+ compatible = "at24,24c256";
+ reg = <0x53>;
+ };
+ eeprom@57 {
+ compatible = "at24,24c256";
+ reg = <0x57>;
+ };
+ rtc@68 {
+ compatible = "dallas,ds3232";
+ reg = <0x68>;
+ };
+ };
};
};