19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
/*
|
|
* Copyright (c) 2017, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "mimxrt1050_evk.dts"
|
|
|
|
/delete-node/ &hyperflash0;
|
|
|
|
&flexspi0 {
|
|
reg = <0x402a8000 0x4000>, <0x60000000 0x800000>;
|
|
is25wp064: is25wp064@0 {
|
|
compatible = "issi,is25wp064", "jedec,spi-nor";
|
|
reg = <0>;
|
|
status = "ok";
|
|
};
|
|
};
|