Skip to content

Commit

Permalink
powerpc/86xx: Add new LAW & MCM device tree nodes for all 86xx systems
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed May 19, 2009
1 parent 5a92807 commit da38578
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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 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 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 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 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 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 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 da38578

Please sign in to comment.