Commit 57308499 authored by Mike Williams's avatar Mike Williams Committed by Josh Boyer

powerpc/4xx: Update Canyonlands and Glacier boards DTS to add HW RNG support

This will allow the new HW RNG driver to bind on these boards
Signed-off-by: default avatarMike Williams <mike@mikebwilliams.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 61d1baae
...@@ -143,6 +143,11 @@ CRYPTO: crypto@180000 { ...@@ -143,6 +143,11 @@ CRYPTO: crypto@180000 {
interrupts = <0x1d 0x4>; interrupts = <0x1d 0x4>;
}; };
HWRNG: hwrng@110000 {
compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
reg = <4 0x00110000 0x50>;
};
MAL0: mcmal { MAL0: mcmal {
compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
dcr-reg = <0x180 0x062>; dcr-reg = <0x180 0x062>;
......
...@@ -130,12 +130,18 @@ SDRAM0: sdram { ...@@ -130,12 +130,18 @@ SDRAM0: sdram {
}; };
CRYPTO: crypto@180000 { CRYPTO: crypto@180000 {
compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto"; compatible = "amcc,ppc460gt-crypto", "amcc,ppc460ex-crypto",
"amcc,ppc4xx-crypto";
reg = <4 0x00180000 0x80400>; reg = <4 0x00180000 0x80400>;
interrupt-parent = <&UIC0>; interrupt-parent = <&UIC0>;
interrupts = <0x1d 0x4>; interrupts = <0x1d 0x4>;
}; };
HWRNG: hwrng@110000 {
compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
reg = <4 0x00110000 0x50>;
};
MAL0: mcmal { MAL0: mcmal {
compatible = "ibm,mcmal-460gt", "ibm,mcmal2"; compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
dcr-reg = <0x180 0x062>; dcr-reg = <0x180 0x062>;
......
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