[PATCH 2/5 v2] Add RapidIO sector to the MPC8641HPCN board dts file.

2007-06-27 Thread Zhang Wei
Add RapidIO sector to the MPC8641HPCN board dts file.

Signed-off-by: Zhang Wei <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8641_hpcn.dts |   13 +
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts 
b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index 04626b1..abc9ff3 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -329,6 +329,19 @@
>;
};
 
+   [EMAIL PROTECTED] {
+   compatible = "fsl,rapidio-delta";
+   #address-cells = <2>;
+   #size-cells = <2>;
+   reg = ;
+   ranges = <0 0 c000 2000>;
+   interrupt-parent = <>;
+   /* err_irq bell_outb_irq bell_inb_irq
+   msg1_tx_irq msg1_rx_irq
+   msg2_tx_irq msg2_rx_irq */
+   interrupts = <30 2 31 2 32 2 35 2 36 2 37 2 38 2>;
+   };
+
mpic: [EMAIL PROTECTED] {
clock-frequency = <0>;
interrupt-controller;
-- 
1.5.1

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2/5 v2] Add RapidIO sector to the MPC8641HPCN board dts file.

2007-06-27 Thread Zhang Wei
Add RapidIO sector to the MPC8641HPCN board dts file.

Signed-off-by: Zhang Wei [EMAIL PROTECTED]
---
 arch/powerpc/boot/dts/mpc8641_hpcn.dts |   13 +
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts 
b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index 04626b1..abc9ff3 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -329,6 +329,19 @@
;
};
 
+   [EMAIL PROTECTED] {
+   compatible = fsl,rapidio-delta;
+   #address-cells = 2;
+   #size-cells = 2;
+   reg = c 2;
+   ranges = 0 0 c000 2000;
+   interrupt-parent = mpic;
+   /* err_irq bell_outb_irq bell_inb_irq
+   msg1_tx_irq msg1_rx_irq
+   msg2_tx_irq msg2_rx_irq */
+   interrupts = 30 2 31 2 32 2 35 2 36 2 37 2 38 2;
+   };
+
mpic: [EMAIL PROTECTED] {
clock-frequency = 0;
interrupt-controller;
-- 
1.5.1

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/