zephyr/dts/arm/nxp/nxp_imx8mq_m4.dtsi
Kwon Tae-young eebd8e9eb3 dts: arm: nxp: Add i.MX8MQ devicetree support
Add devicetree support for NXP i.MX8MQ SoC for utilizing cortex M4 core.

Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
2021-12-17 09:23:38 -06:00

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)>;
};