Skip to content

Commit 1ee9555

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 1435416 commit 1ee9555

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
@@ -137,6 +137,10 @@
137137
status = "okay";
138138
};
139139

140+
&sha256 {
141+
status = "okay";
142+
};
143+
140144
zephyr_udc0: &usbd {
141145
status = "okay";
142146
};

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)