Skip to content

Commit

Permalink
powerpc/83xx: mpc8349emitx - add gpio controller declarations
Browse files Browse the repository at this point in the history
mpc8349 bears two GPIO controllers. Enable support for them.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Dmitry Eremin-Solenikov authored and Kumar Gala committed Dec 9, 2009
1 parent 196f008 commit 9174e49
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/powerpc/boot/dts/mpc8349emitx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,24 @@
reg = <0x200 0x100>;
};

gpio1: gpio-controller@c00 {
#gpio-cells = <2>;
compatible = "fsl,mpc8349-gpio";
reg = <0xc00 0x100>;
interrupts = <74 0x8>;
interrupt-parent = <&ipic>;
gpio-controller;
};

gpio2: gpio-controller@d00 {
#gpio-cells = <2>;
compatible = "fsl,mpc8349-gpio";
reg = <0xd00 0x100>;
interrupts = <75 0x8>;
interrupt-parent = <&ipic>;
gpio-controller;
};

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 9174e49

Please sign in to comment.