Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149598
b: refs/heads/master
c: da38578
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed May 19, 2009
1 parent 4231eca commit 0341999
Show file tree
Hide file tree
Showing 8 changed files with 92 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: 5a928079c9b95e7c34526b07a3bb80b8d062347f
refs/heads/master: da385780489db4f55dad96609511a9a6d1b041cb
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/gef_ppc9a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,19 @@
reg = <0xfef00000 0x100000>; // CCSRBAR 1M
bus-frequency = <33333333>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c1: i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/gef_sbc310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,19 @@
reg = <0xfef00000 0x100000>; // CCSRBAR 1M
bus-frequency = <33333333>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c1: i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/gef_sbc610.dts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@
reg = <0xfef00000 0x100000>; // CCSRBAR 1M
bus-frequency = <33333333>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c1: i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8610_hpcd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,19 @@
reg = <0xe0000000 0x1000>;
bus-frequency = <0>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8610-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8641_hpcn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,19 @@
reg = <0xffe00000 0x00001000>; // CCSRBAR
bus-frequency = <0>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@
reg = <0x0f 0xffe00000 0x0 0x00001000>; // CCSRBAR
bus-frequency = <0>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/sbc8641d.dts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@
reg = <0xf8000000 0x00001000>; // CCSRBAR
bus-frequency = <0>;

mcm-law@0 {
compatible = "fsl,mcm-law";
reg = <0x0 0x1000>;
fsl,num-laws = <10>;
};

mcm@1000 {
compatible = "fsl,mpc8641-mcm", "fsl,mcm";
reg = <0x1000 0x1000>;
interrupts = <17 2>;
interrupt-parent = <&mpic>;
};

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

0 comments on commit 0341999

Please sign in to comment.