Skip to content

Commit fd20de5

Browse files
DerekSnellhenrikbrixandersen
authored andcommitted
boards: nxp: lpcxpresso55s16: Combine SRAMs 0-2
Combine into single memory region to enable larger data needs. Signed-off-by: Derek Snell <[email protected]>
1 parent 63fcaee commit fd20de5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2020 Henrik Brix Andersen <[email protected]>
3+
* Copyright 2024, NXP
34
*
45
* SPDX-License-Identifier: Apache-2.0
56
*/
@@ -14,6 +15,15 @@
1415
compatible = "nxp,lpc55xxx", "nxp,lpc";
1516
};
1617

18+
/*
19+
* Default for this board is to allocate SRAM0-2 for data. But the
20+
* application can have an application specific device tree to
21+
* allocate the SRAMs differently.
22+
*/
23+
&sram0 {
24+
reg = <0x20000000 DT_SIZE_K(64)>;
25+
};
26+
1727
zephyr_udc0: &usbhs {
1828
status = "okay";
1929
};

0 commit comments

Comments
 (0)