dts: Add binding and nodes representing Nordic ECB peripheral
Add binding for the Nordic ECB (AES electronic codebook mode encryption) peripheral and corresponding devicetree nodes for nRF SoCs that feature this peripheral. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
a1dcf7fd02
commit
203b4c3832
10 changed files with 87 additions and 0 deletions
|
@ -60,6 +60,14 @@
|
|||
label = "CLOCK";
|
||||
};
|
||||
|
||||
ecb: ecb@4000e000 {
|
||||
compatible = "nordic,nrf-ecb";
|
||||
reg = <0x4000e000 0x1000>;
|
||||
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "okay";
|
||||
label = "ECB";
|
||||
};
|
||||
|
||||
uart0: uart@40002000 {
|
||||
/* uart can be either UART or UARTE, for the user to pick */
|
||||
/* compatible = "nordic,nrf-uarte" or "nordic,nrf-uart"; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue