Skip to content

Commit f7a50c1

Browse files
committed
boards: raspberrypi: rpi_pico2: Add sha256 accelerator
Added sha256 accelerator to rpi_pico. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 94970f2 commit f7a50c1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
status = "okay";
142142
};
143143

144+
&sha256 {
145+
status = "okay";
146+
};
147+
144148
zephyr_udc0: &usbd {
145149
status = "okay";
146150
};

boards/raspberrypi/rpi_pico2/rpi_pico2_rp2350a_m33.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported:
1111
- adc
1212
- clock
1313
- counter
14+
- crypto
1415
- dma
1516
- gpio
1617
- hwinfo

0 commit comments

Comments
 (0)