Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116954
b: refs/heads/master
c: 4427469
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Oct 21, 2008
1 parent d0b22b8 commit 73f6ce7
Show file tree
Hide file tree
Showing 6 changed files with 41 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: 66eb988406df0f675c3133aedaf2773ba68866ff
refs/heads/master: 442746989d92afc125040e0f29b33602ad94da99
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8315erdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
compatible = "dallas,ds1339";
reg = <0x68>;
};

mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8315erdb",
"fsl,mcu-mpc8349emitx";
reg = <0x0a>;
gpio-controller;
};
};

spi@7000 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8349emitx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
interrupt-parent = <&ipic>;
interrupts = <71 8>;
};

mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8349emitx",
"fsl,mcu-mpc8349emitx";
reg = <0x0a>;
gpio-controller;
};
};

usb@22000 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8377_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
compatible = "dallas,ds1339";
reg = <0x68>;
};

mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8377erdb",
"fsl,mcu-mpc8349emitx";
reg = <0x0a>;
gpio-controller;
};
};

i2c@3100 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8378_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
compatible = "dallas,ds1339";
reg = <0x68>;
};

mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8378erdb",
"fsl,mcu-mpc8349emitx";
reg = <0x0a>;
gpio-controller;
};
};

i2c@3100 {
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8379_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
compatible = "dallas,ds1339";
reg = <0x68>;
};

mcu_pio: mcu@a {
#gpio-cells = <2>;
compatible = "fsl,mc9s08qg8-mpc8379erdb",
"fsl,mcu-mpc8349emitx";
reg = <0x0a>;
gpio-controller;
};
};

i2c@3100 {
Expand Down

0 comments on commit 73f6ce7

Please sign in to comment.