Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 7f324b1

Browse files
committed
Include provenance in k20::iomem
1 parent a838d8b commit 7f324b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zinc/hal/k20/iomem.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ PROVIDE(isr_port_d = isr_default_fault);
7070
PROVIDE(isr_port_e = isr_default_fault);
7171
PROVIDE(isr_soft = isr_default_fault);
7272

73+
# This originated from the Freescale K20 Sub-Family Reference Manual
74+
# Document number K20P48M50SF0RM, Rev. 2
75+
7376
k20_iomem_PERIPH0 = 0x40000000;
7477

7578
k20_iomem_CROSSBAR = 0x40004000;

0 commit comments

Comments
 (0)