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