Commit 6f57518c authored by Stefan Roese's avatar Stefan Roese Committed by Josh Boyer

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: default avatarStefan Roese <sr@denx.de>
Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 036f290d
...@@ -60,6 +60,7 @@ cpu@0 { ...@@ -60,6 +60,7 @@ cpu@0 {
d-cache-size = <32768>; d-cache-size = <32768>;
dcr-controller; dcr-controller;
dcr-access-method = "native"; dcr-access-method = "native";
next-level-cache = <&L2C0>;
}; };
}; };
...@@ -146,6 +147,13 @@ SDRAM0: sdram { ...@@ -146,6 +147,13 @@ SDRAM0: sdram {
dcr-reg = <0x010 0x002>; dcr-reg = <0x010 0x002>;
}; };
CRYPTO: crypto@180000 {
compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto";
reg = <4 0x00180000 0x80400>;
interrupt-parent = <&UIC0>;
interrupts = <0x1d 0x4>;
};
MAL0: mcmal { MAL0: mcmal {
compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
dcr-reg = <0x180 0x062>; dcr-reg = <0x180 0x062>;
...@@ -274,6 +282,7 @@ EMAC0: ethernet@ef600e00 { ...@@ -274,6 +282,7 @@ EMAC0: ethernet@ef600e00 {
max-frame-size = <9000>; max-frame-size = <9000>;
rx-fifo-size = <4096>; rx-fifo-size = <4096>;
tx-fifo-size = <2048>; tx-fifo-size = <2048>;
rx-fifo-size-gige = <16384>;
phy-mode = "sgmii"; phy-mode = "sgmii";
phy-map = <0xffffffff>; phy-map = <0xffffffff>;
gpcs-address = <0x0000000a>; gpcs-address = <0x0000000a>;
...@@ -302,6 +311,7 @@ EMAC1: ethernet@ef600f00 { ...@@ -302,6 +311,7 @@ EMAC1: ethernet@ef600f00 {
max-frame-size = <9000>; max-frame-size = <9000>;
rx-fifo-size = <4096>; rx-fifo-size = <4096>;
tx-fifo-size = <2048>; tx-fifo-size = <2048>;
rx-fifo-size-gige = <16384>;
phy-mode = "sgmii"; phy-mode = "sgmii";
phy-map = <0x00000000>; phy-map = <0x00000000>;
gpcs-address = <0x0000000b>; gpcs-address = <0x0000000b>;
...@@ -331,6 +341,8 @@ EMAC2: ethernet@ef601100 { ...@@ -331,6 +341,8 @@ EMAC2: ethernet@ef601100 {
max-frame-size = <9000>; max-frame-size = <9000>;
rx-fifo-size = <4096>; rx-fifo-size = <4096>;
tx-fifo-size = <2048>; tx-fifo-size = <2048>;
rx-fifo-size-gige = <16384>;
tx-fifo-size-gige = <16384>; /* emac2&3 only */
phy-mode = "sgmii"; phy-mode = "sgmii";
phy-map = <0x00000001>; phy-map = <0x00000001>;
gpcs-address = <0x0000000C>; gpcs-address = <0x0000000C>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment