Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138415
b: refs/heads/master
c: 9e7d95c
h: refs/heads/master
i:
  138413: 0d4490e
  138411: 2b241f0
  138407: 772bb13
  138399: 8fc2b7c
v: v3
  • Loading branch information
Reynes Philippe authored and Kumar Gala committed Feb 2, 2009
1 parent 5cd54e8 commit efd7493
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1dd62f7f108a593abfc4bf425a3dd0885994680
refs/heads/master: 9e7d95c1976fddfb4a3cf82a170a49e6fb0e8440
18 changes: 18 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8377_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,24 @@
reg = <0x200 0x100>;
};

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

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

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
18 changes: 18 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8378_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,24 @@
reg = <0x200 0x100>;
};

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

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

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
18 changes: 18 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8379_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@
reg = <0x200 0x100>;
};

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

gpio2: gpio-controller@d00 {
#gpio-cells = <2>;
compatible = "fsl,mpc8379-gpio", "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 efd7493

Please sign in to comment.