Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+12
+12
arch/powerpc/boot/dts/sequoia.dts
··· 110 110 dcr-reg = <0x010 0x002>; 111 111 }; 112 112 113 + CRYPTO: crypto@e0100000 { 114 + compatible = "amcc,ppc440epx-crypto","amcc,ppc4xx-crypto"; 115 + reg = <0 0xE0100000 0x80400>; 116 + interrupt-parent = <&UIC0>; 117 + interrupts = <0x17 0x4>; 118 + }; 119 + 120 + rng@e0120000 { 121 + compatible = "amcc,ppc440epx-rng","amcc,ppc4xx-rng"; 122 + reg = <0 0xE0120000 0x150>; 123 + }; 124 + 113 125 DMA0: dma { 114 126 compatible = "ibm,dma-440epx", "ibm,dma-4xx"; 115 127 dcr-reg = <0x100 0x027>;