diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-10-25 12:23:54 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-11-16 09:08:12 -0500 |
commit | 06e9eff129ec4251e5335ecaebe1aabba78091b6 (patch) | |
tree | 43c41112d73fa5c4e3b5e05cc3786ae2f305b123 /arch/arm/boot/dts/imx28-cfa10049.dts | |
parent | 79f678edfe48db1f234b8de41e24987d6d25ac1a (diff) |
ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049
This will allow to add the 3 Nuvoton NAU7802 ADCs and the NXP PCA9555
GPIO expander eventually.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10049.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index 05c892e931e3..319a6dbd9343 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts | |||
@@ -70,6 +70,30 @@ | |||
70 | status = "okay"; | 70 | status = "okay"; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | i2cmux { | ||
74 | compatible = "i2c-mux-gpio"; | ||
75 | #address-cells = <1>; | ||
76 | #size-cells = <0>; | ||
77 | mux-gpios = <&gpio1 22 0 &gpio1 23 0>; | ||
78 | i2c-parent = <&i2c1>; | ||
79 | |||
80 | i2c@0 { | ||
81 | reg = <0>; | ||
82 | }; | ||
83 | |||
84 | i2c@1 { | ||
85 | reg = <1>; | ||
86 | }; | ||
87 | |||
88 | i2c@2 { | ||
89 | reg = <2>; | ||
90 | }; | ||
91 | |||
92 | i2c@3 { | ||
93 | reg = <3>; | ||
94 | }; | ||
95 | }; | ||
96 | |||
73 | usbphy1: usbphy@8007e000 { | 97 | usbphy1: usbphy@8007e000 { |
74 | status = "okay"; | 98 | status = "okay"; |
75 | }; | 99 | }; |