aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/memory.x
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-17 14:32:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-17 14:42:06 +0100
commita8d7a5eb1e2038d0961e5dda8b1d5d04826fe1fd (patch)
tree0a52bc47cf0a3438ccadcbb7f92b71f05f04f89b /examples/nrf54l15/memory.x
parent8d8cd78f634b2f435e3a997f7f8f3ac0b8ca300c (diff)
nrf: add nrf54l base: gpio and time driver.
Diffstat (limited to 'examples/nrf54l15/memory.x')
-rw-r--r--examples/nrf54l15/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/nrf54l15/memory.x b/examples/nrf54l15/memory.x
new file mode 100644
index 000000000..1064c8a5c
--- /dev/null
+++ b/examples/nrf54l15/memory.x
@@ -0,0 +1,5 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x00000000, LENGTH = 1536K
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5}