aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc836x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc836x_mds.dts30
1 files changed, 26 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts
index a3b76a709951..66a12d2631fb 100644
--- a/arch/powerpc/boot/dts/mpc836x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
@@ -52,9 +52,26 @@
52 reg = <0x00000000 0x10000000>; 52 reg = <0x00000000 0x10000000>;
53 }; 53 };
54 54
55 bcsr@f8000000 { 55 localbus@e0005000 {
56 device_type = "board-control"; 56 #address-cells = <2>;
57 reg = <0xf8000000 0x8000>; 57 #size-cells = <1>;
58 compatible = "fsl,mpc8360-localbus", "fsl,pq2pro-localbus",
59 "simple-bus";
60 reg = <0xe0005000 0xd8>;
61 ranges = <0 0 0xfe000000 0x02000000
62 1 0 0xf8000000 0x00008000>;
63
64 flash@0,0 {
65 compatible = "cfi-flash";
66 reg = <0 0 0x2000000>;
67 bank-width = <2>;
68 device-width = <1>;
69 };
70
71 bcsr@1,0 {
72 device_type = "board-control";
73 reg = <1 0 0x8000>;
74 };
58 }; 75 };
59 76
60 soc8360@e0000000 { 77 soc8360@e0000000 {
@@ -131,24 +148,28 @@
131 dma-channel@0 { 148 dma-channel@0 {
132 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
133 reg = <0 0x80>; 150 reg = <0 0x80>;
151 cell-index = <0>;
134 interrupt-parent = <&ipic>; 152 interrupt-parent = <&ipic>;
135 interrupts = <71 8>; 153 interrupts = <71 8>;
136 }; 154 };
137 dma-channel@80 { 155 dma-channel@80 {
138 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 156 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
139 reg = <0x80 0x80>; 157 reg = <0x80 0x80>;
158 cell-index = <1>;
140 interrupt-parent = <&ipic>; 159 interrupt-parent = <&ipic>;
141 interrupts = <71 8>; 160 interrupts = <71 8>;
142 }; 161 };
143 dma-channel@100 { 162 dma-channel@100 {
144 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 163 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
145 reg = <0x100 0x80>; 164 reg = <0x100 0x80>;
165 cell-index = <2>;
146 interrupt-parent = <&ipic>; 166 interrupt-parent = <&ipic>;
147 interrupts = <71 8>; 167 interrupts = <71 8>;
148 }; 168 };
149 dma-channel@180 { 169 dma-channel@180 {
150 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 170 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
151 reg = <0x180 0x28>; 171 reg = <0x180 0x28>;
172 cell-index = <3>;
152 interrupt-parent = <&ipic>; 173 interrupt-parent = <&ipic>;
153 interrupts = <71 8>; 174 interrupts = <71 8>;
154 }; 175 };
@@ -405,7 +426,8 @@
405 #interrupt-cells = <1>; 426 #interrupt-cells = <1>;
406 #size-cells = <2>; 427 #size-cells = <2>;
407 #address-cells = <3>; 428 #address-cells = <3>;
408 reg = <0xe0008500 0x100>; 429 reg = <0xe0008500 0x100 /* internal registers */
430 0xe0008300 0x8>; /* config space access registers */
409 compatible = "fsl,mpc8349-pci"; 431 compatible = "fsl,mpc8349-pci";
410 device_type = "pci"; 432 device_type = "pci";
411 }; 433 };