12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
|
/*
|
||
|
* Copyright 2023 NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,sram = &ocram;
|
||
|
};
|
||
|
};
|