diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8569mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8569mds.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts index 3e4de7a82521..ece3b305cd06 100644 --- a/arch/powerpc/boot/dts/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/mpc8569mds.dts | |||
@@ -25,6 +25,7 @@ | |||
25 | ethernet2 = &enet2; | 25 | ethernet2 = &enet2; |
26 | ethernet3 = &enet3; | 26 | ethernet3 = &enet3; |
27 | pci1 = &pci1; | 27 | pci1 = &pci1; |
28 | rapidio0 = &rio0; | ||
28 | }; | 29 | }; |
29 | 30 | ||
30 | cpus { | 31 | cpus { |
@@ -527,4 +528,20 @@ | |||
527 | 0x0 0x800000>; | 528 | 0x0 0x800000>; |
528 | }; | 529 | }; |
529 | }; | 530 | }; |
531 | |||
532 | rio0: rapidio@e00c00000 { | ||
533 | #address-cells = <2>; | ||
534 | #size-cells = <2>; | ||
535 | compatible = "fsl,mpc8569-rapidio", "fsl,rapidio-delta"; | ||
536 | reg = <0xe00c0000 0x20000>; | ||
537 | ranges = <0x0 0x0 0xc0000000 0x0 0x20000000>; | ||
538 | interrupts = <48 2 /* error */ | ||
539 | 49 2 /* bell_outb */ | ||
540 | 50 2 /* bell_inb */ | ||
541 | 53 2 /* msg1_tx */ | ||
542 | 54 2 /* msg1_rx */ | ||
543 | 55 2 /* msg2_tx */ | ||
544 | 56 2 /* msg2_rx */>; | ||
545 | interrupt-parent = <&mpic>; | ||
546 | }; | ||
530 | }; | 547 | }; |