Skip to content

Add DICE_REG[0-7] registers to SYSCON peripheral. #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions lpc55.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,55 @@ SYSCON:
pll0: [0x01, "PLL0 clk."]
fro96: [0x02, "FRO 96 MHZ clk."]
none: [0x04, "No clk."]
_add:
DICE_REG0:
description: DICE CDI bytes 0 through 3
access: read-write
addressOffset: 0x900
size: 0x20
resetValue: 0x0
DICE_REG1:
description: DICE CDI bytes 4 through 7
access: read-write
addressOffset: 0x904
size: 0x20
resetValue: 0x0
DICE_REG2:
description: DICE CDI bytes 8 through 11
access: read-write
addressOffset: 0x908
size: 0x20
resetValue: 0x0
DICE_REG3:
description: DICE CDI bytes 12 through 15
access: read-write
addressOffset: 0x90c
size: 0x20
resetValue: 0x0
DICE_REG4:
description: DICE CDI bytes 16 through 19
access: read-write
addressOffset: 0x910
size: 0x20
resetValue: 0x0
DICE_REG5:
description: DICE CDI bytes 20 through 23
access: read-write
addressOffset: 0x914
size: 0x20
resetValue: 0x0
DICE_REG6:
description: DICE CDI bytes 24 through 27
access: read-write
addressOffset: 0x918
size: 0x20
resetValue: 0x0
DICE_REG7:
description: DICE CDI bytes 28 through 31
access: read-write
addressOffset: 0x91c
size: 0x20
resetValue: 0x0


PUF:
Expand Down