Commit 280b801
committed
boards: ambiq: apollo510_evb: enable hardware CRC32 support
Enable the hardware CRC32 peripheral on the Apollo510 EVB board:
- Add SPDX license header to apollo510_evb.dts
- Add zephyr,crc chosen node pointing to &crc32
- Add crc0 alias for the CRC32 node
- Enable &crc32 node (status = "okay")
- Add crc to supported features in apollo510_evb.yaml
- Add board Kconfig fragment for the CRC sample selecting
CRC32_IEEE variant and disabling CRC8
Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>1 parent 9f24aca commit 280b801
3 files changed
Lines changed: 15 additions & 0 deletions
File tree
- boards/ambiq/apollo510_evb
- samples/drivers/crc/boards
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
299 | 307 | | |
300 | 308 | | |
301 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments