From 058b749538897a2a52766271bfce442c3607a4c2 Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Wed, 29 Jan 2020 17:55:56 +0100 Subject: [PATCH] dts: added cryptocell to the dts file for nRF9160 This commit adds cryptocell definitions to the nRF9160 dts file. Signed-off-by: Torsten Rasmussen --- dts/arm/nordic/nrf9160.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dts/arm/nordic/nrf9160.dtsi b/dts/arm/nordic/nrf9160.dtsi index d2f6a190349..9560b2d27b8 100644 --- a/dts/arm/nordic/nrf9160.dtsi +++ b/dts/arm/nordic/nrf9160.dtsi @@ -63,6 +63,8 @@ timer-0 = &timer0; timer-1 = &timer1; timer-2 = &timer2; + cc310 = &cryptocell; + arm-cryptocell-310 = &cryptocell310; }; soc { @@ -80,6 +82,21 @@ }; /* Additional Secure peripherals */ + cryptocell: crypto@50840000 { + compatible = "nordic,nrf-cc310"; + reg = <0x50840000 0x1000>; + label = "CRYPTOCELL"; + status = "okay"; + #address-cells = <1>; + #size-cells = <1>; + cryptocell310: crypto@50841000 { + compatible = "arm,cryptocell-310"; + reg = <0x50841000 0x1000>; + interrupts = <64 1>; + label = "CRYPTOCELL310"; + }; + }; + gpiote: gpiote@5000d000 { compatible = "nordic,nrf-gpiote"; reg = <0x5000d000 0x1000>;