We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924b793 commit 43f55faCopy full SHA for 43f55fa
dts/arm/nordic/nrf9160.dtsi
@@ -63,6 +63,8 @@
63
timer-0 = &timer0;
64
timer-1 = &timer1;
65
timer-2 = &timer2;
66
+ cc310 = &cryptocell;
67
+ arm-cryptocell-310 = &cryptocell310;
68
};
69
70
soc {
@@ -80,6 +82,21 @@
80
82
81
83
84
/* 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
+
100
gpiote: gpiote@5000d000 {
101
compatible = "nordic,nrf-gpiote";
102
reg = <0x5000d000 0x1000>;
0 commit comments