mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 15:05:21 +00:00
Add MK66F18 series support with MK66FN2M0VMD18 part. Signed-off-by: Parthiban Nallathambi <pn@denx.de>
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
/*
|
|
* Copyright (c) 2020 DENX Software Engineering GmbH
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <mem.h>
|
|
#include <nxp/nxp_k6x.dtsi>
|
|
|
|
&flash0 {
|
|
reg = <0x00000000 DT_SIZE_M(2)>;
|
|
};
|
|
|