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:
Andrzej Głąbek 2020-12-21 12:43:51 +01:00 committed by Ioannis Glaropoulos
commit 203b4c3832
10 changed files with 87 additions and 0 deletions

View file

@ -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"; */