diff options
| author | Stefan Roese <sr@denx.de> | 2010-02-09 18:08:34 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2010-02-10 08:21:16 -0500 |
| commit | 6f57518cfa097b170a8f500d6d70651e81589e30 (patch) | |
| tree | 1351f4f47d03ab461006b271cbea797af2ac47ad | |
| parent | 036f290d8952fdcafa9d6c9e2d94efbcb793d123 (diff) | |
powerpc/44x: Update Arches dts
Sync Arches dts with latest Canyonlands version:
- Add 16k FIFO size to supported EMAC nodes
- Add next-level-cache property
- Add Crypto device node
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
| -rw-r--r-- | arch/powerpc/boot/dts/arches.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/arches.dts b/arch/powerpc/boot/dts/arches.dts index 414ef8b7e575..30f41204acfa 100644 --- a/arch/powerpc/boot/dts/arches.dts +++ b/arch/powerpc/boot/dts/arches.dts | |||
| @@ -60,6 +60,7 @@ | |||
| 60 | d-cache-size = <32768>; | 60 | d-cache-size = <32768>; |
| 61 | dcr-controller; | 61 | dcr-controller; |
| 62 | dcr-access-method = "native"; | 62 | dcr-access-method = "native"; |
| 63 | next-level-cache = <&L2C0>; | ||
| 63 | }; | 64 | }; |
| 64 | }; | 65 | }; |
| 65 | 66 | ||
| @@ -146,6 +147,13 @@ | |||
| 146 | dcr-reg = <0x010 0x002>; | 147 | dcr-reg = <0x010 0x002>; |
| 147 | }; | 148 | }; |
| 148 | 149 | ||
| 150 | CRYPTO: crypto@180000 { | ||
| 151 | compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto"; | ||
| 152 | reg = <4 0x00180000 0x80400>; | ||
| 153 | interrupt-parent = <&UIC0>; | ||
| 154 | interrupts = <0x1d 0x4>; | ||
| 155 | }; | ||
| 156 | |||
| 149 | MAL0: mcmal { | 157 | MAL0: mcmal { |
| 150 | compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; | 158 | compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; |
| 151 | dcr-reg = <0x180 0x062>; | 159 | dcr-reg = <0x180 0x062>; |
| @@ -274,6 +282,7 @@ | |||
| 274 | max-frame-size = <9000>; | 282 | max-frame-size = <9000>; |
| 275 | rx-fifo-size = <4096>; | 283 | rx-fifo-size = <4096>; |
| 276 | tx-fifo-size = <2048>; | 284 | tx-fifo-size = <2048>; |
| 285 | rx-fifo-size-gige = <16384>; | ||
| 277 | phy-mode = "sgmii"; | 286 | phy-mode = "sgmii"; |
| 278 | phy-map = <0xffffffff>; | 287 | phy-map = <0xffffffff>; |
| 279 | gpcs-address = <0x0000000a>; | 288 | gpcs-address = <0x0000000a>; |
| @@ -302,6 +311,7 @@ | |||
| 302 | max-frame-size = <9000>; | 311 | max-frame-size = <9000>; |
| 303 | rx-fifo-size = <4096>; | 312 | rx-fifo-size = <4096>; |
| 304 | tx-fifo-size = <2048>; | 313 | tx-fifo-size = <2048>; |
| 314 | rx-fifo-size-gige = <16384>; | ||
| 305 | phy-mode = "sgmii"; | 315 | phy-mode = "sgmii"; |
| 306 | phy-map = <0x00000000>; | 316 | phy-map = <0x00000000>; |
| 307 | gpcs-address = <0x0000000b>; | 317 | gpcs-address = <0x0000000b>; |
| @@ -331,6 +341,8 @@ | |||
| 331 | max-frame-size = <9000>; | 341 | max-frame-size = <9000>; |
| 332 | rx-fifo-size = <4096>; | 342 | rx-fifo-size = <4096>; |
| 333 | tx-fifo-size = <2048>; | 343 | tx-fifo-size = <2048>; |
| 344 | rx-fifo-size-gige = <16384>; | ||
| 345 | tx-fifo-size-gige = <16384>; /* emac2&3 only */ | ||
| 334 | phy-mode = "sgmii"; | 346 | phy-mode = "sgmii"; |
| 335 | phy-map = <0x00000001>; | 347 | phy-map = <0x00000001>; |
| 336 | gpcs-address = <0x0000000C>; | 348 | gpcs-address = <0x0000000C>; |
