eebd8e9eb3
Add devicetree support for NXP i.MX8MQ SoC for utilizing cortex M4 core. Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
/*
|
|
* Copyright (c) 2021, Kwon Tae-young
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <nxp/nxp_imx8m_m4.dtsi>
|
|
|
|
&ocram_code {
|
|
reg = <0x00900000 DT_SIZE_K(128)>;
|
|
};
|
|
|
|
&ocram_sys {
|
|
reg = <0x20200000 DT_SIZE_K(128)>;
|
|
};
|