Skip to content

Commit

Permalink
dts: renesas: smartbond: Support crypto peripheral
Browse files Browse the repository at this point in the history
Update DTS and board configurations to support the crypto engine.

Signed-off-by: Ioannis Karachalios <[email protected]>
  • Loading branch information
ioannis-karachalios committed Oct 24, 2023
1 parent be4b6d1 commit 6e8db1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/arm/da1469x_dk_pro/da1469x_dk_pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ supported:
- spi
- usb_device
- rtc
- crypto
vendor: renesas
8 changes: 7 additions & 1 deletion dts/arm/renesas/smartbond/da1469x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
#io-channel-cells = <1>;
};


sdadc: sdadc@50020800 {
compatible = "renesas,smartbond-sdadc";
reg = <0x50020800 0x1C>;
Expand All @@ -241,6 +240,13 @@
#io-channel-cells = <1>;
};

crypto: crypto@30040000 {
compatible = "renesas,smartbond-crypto";
reg = <0x30040000 0x200>;
interrupts = <29 0>;
status = "disabled";
};

trng: trng@50040c00 {
compatible = "renesas,smartbond-trng";
reg = <0x50040c00 0x0C>;
Expand Down

0 comments on commit 6e8db1f

Please sign in to comment.