|
32 | 32 | }; |
33 | 33 |
|
34 | 34 | soc { |
| 35 | + ficr: ficr@ff0000 { |
| 36 | + compatible = "nordic,nrf-ficr"; |
| 37 | + reg = <0xff0000 0x1000>; |
| 38 | + status = "okay"; |
| 39 | + }; |
| 40 | + |
| 41 | + uicr: uicr@ff8000 { |
| 42 | + compatible = "nordic,nrf-uicr"; |
| 43 | + reg = <0xff8000 0x1000>; |
| 44 | + status = "okay"; |
| 45 | + }; |
| 46 | + |
35 | 47 | sram0: memory@20000000 { |
36 | 48 | compatible = "mmio-sram"; |
37 | 49 | }; |
|
48 | 60 | }; |
49 | 61 |
|
50 | 62 | /* Additional Secure peripherals */ |
51 | | - cryptocell: crypto@50844000 { |
52 | | - compatible = "nordic,nrf-cc312"; |
53 | | - reg = <0x50844000 0x1000>; |
54 | | - label = "CRYPTOCELL"; |
| 63 | + |
| 64 | + spu: spu@50003000 { |
| 65 | + compatible = "nordic,nrf-spu"; |
| 66 | + reg = <0x50003000 0x1000>; |
| 67 | + interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>; |
55 | 68 | status = "okay"; |
56 | | - #address-cells = <1>; |
57 | | - #size-cells = <1>; |
58 | | - cryptocell312: crypto@50845000 { |
59 | | - compatible = "arm,cryptocell-312"; |
60 | | - reg = <0x50845000 0x1000>; |
61 | | - interrupts = <68 NRF_DEFAULT_IRQ_PRIORITY>; |
62 | | - label = "CRYPTOCELL312"; |
63 | | - }; |
64 | 69 | }; |
65 | 70 |
|
66 | 71 | /* |
|
76 | 81 | label = "GPIOTE_0"; |
77 | 82 | }; |
78 | 83 |
|
79 | | - spu: spu@50003000 { |
80 | | - compatible = "nordic,nrf-spu"; |
81 | | - reg = <0x50003000 0x1000>; |
82 | | - interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>; |
83 | | - status = "okay"; |
84 | | - }; |
85 | | - |
86 | | - ficr: ficr@ff0000 { |
87 | | - compatible = "nordic,nrf-ficr"; |
88 | | - reg = <0xff0000 0x1000>; |
89 | | - status = "okay"; |
90 | | - }; |
91 | | - |
92 | | - uicr: uicr@ff8000 { |
93 | | - compatible = "nordic,nrf-uicr"; |
94 | | - reg = <0xff8000 0x1000>; |
| 84 | + cryptocell: crypto@50844000 { |
| 85 | + compatible = "nordic,nrf-cc312"; |
| 86 | + reg = <0x50844000 0x1000>; |
| 87 | + label = "CRYPTOCELL"; |
95 | 88 | status = "okay"; |
| 89 | + #address-cells = <1>; |
| 90 | + #size-cells = <1>; |
| 91 | + cryptocell312: crypto@50845000 { |
| 92 | + compatible = "arm,cryptocell-312"; |
| 93 | + reg = <0x50845000 0x1000>; |
| 94 | + interrupts = <68 NRF_DEFAULT_IRQ_PRIORITY>; |
| 95 | + label = "CRYPTOCELL312"; |
| 96 | + }; |
96 | 97 | }; |
97 | 98 | }; |
98 | 99 | }; |
|
0 commit comments