aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/sequoia.dts
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2011-06-21 08:20:07 -0400
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2011-06-28 07:41:09 -0400
commit61d1baaea25dbcc22e03604f4d75e151853f574e (patch)
tree1b49b5a502faf875a24fc2f7675e68f6026caeca /arch/powerpc/boot/dts/sequoia.dts
parentpowerpc: Fix doorbell type shift (diff)
downloadlinux-dev-61d1baaea25dbcc22e03604f4d75e151853f574e.tar.xz
linux-dev-61d1baaea25dbcc22e03604f4d75e151853f574e.zip
ppc4xx: Add crypto and RNG entries to Sequoia DTS
The Sequoia board has a Security function IP block on it that contains a TRNG. Add the crypto and rng portions of that IP block to the DTS. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/sequoia.dts')
-rw-r--r--arch/powerpc/boot/dts/sequoia.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts
index 739dd0da2416..b1d329246b08 100644
--- a/arch/powerpc/boot/dts/sequoia.dts
+++ b/arch/powerpc/boot/dts/sequoia.dts
@@ -110,6 +110,18 @@
dcr-reg = <0x010 0x002>;
};
+ CRYPTO: crypto@e0100000 {
+ compatible = "amcc,ppc440epx-crypto","amcc,ppc4xx-crypto";
+ reg = <0 0xE0100000 0x80400>;
+ interrupt-parent = <&UIC0>;
+ interrupts = <0x17 0x4>;
+ };
+
+ rng@e0120000 {
+ compatible = "amcc,ppc440epx-rng","amcc,ppc4xx-rng";
+ reg = <0 0xE0120000 0x150>;
+ };
+
DMA0: dma {
compatible = "ibm,dma-440epx", "ibm,dma-4xx";
dcr-reg = <0x100 0x027>;