Skip to content

Commit 381e998

Browse files
tejlmandmbolivar-nordic
authored andcommitted
[nrf fromlist] dts: added cryptocell to the dts file for nRF9160
This commit adds cryptocell definitions to the nRF9160 dts file. Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit 43f55fa)
1 parent 7f33c80 commit 381e998

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dts/arm/nordic/nrf9160.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
timer-0 = &timer0;
6464
timer-1 = &timer1;
6565
timer-2 = &timer2;
66+
cc310 = &cryptocell;
67+
arm-cryptocell-310 = &cryptocell310;
6668
};
6769

6870
soc {
@@ -80,6 +82,21 @@
8082
};
8183

8284
/* Additional Secure peripherals */
85+
cryptocell: crypto@50840000 {
86+
compatible = "nordic,nrf-cc310";
87+
reg = <0x50840000 0x1000>;
88+
label = "CRYPTOCELL";
89+
status = "okay";
90+
#address-cells = <1>;
91+
#size-cells = <1>;
92+
cryptocell310: crypto@50841000 {
93+
compatible = "arm,cryptocell-310";
94+
reg = <0x50841000 0x1000>;
95+
interrupts = <64 1>;
96+
label = "CRYPTOCELL310";
97+
};
98+
};
99+
83100
gpiote: gpiote@5000d000 {
84101
compatible = "nordic,nrf-gpiote";
85102
reg = <0x5000d000 0x1000>;

0 commit comments

Comments
 (0)