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 Sep 28, 2023
1 parent 815e7a1 commit db25bd3
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 @@ -15,4 +15,5 @@ supported:
- i2c
- spi
- usb_device
- 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 @@ -207,7 +207,6 @@
#io-channel-cells = <1>;
};


sdadc: sdadc@50020800 {
compatible = "renesas,smartbond-sdadc";
reg = <0x50020800 0x1C>;
Expand All @@ -217,6 +216,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 db25bd3

Please sign in to comment.