18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019, Linaro
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <nxp/nxp_rt1060.dtsi>
|
||
|
|
||
|
&flexspi1 {
|
||
|
reg = <0x402a4000 0x4000>, <0x70000000 0x400000>;
|
||
|
/* WINBOND */
|
||
|
w25q32jvwj0: w25q32jvwj@0 {
|
||
|
compatible = "winbond,w25q32jvwj", "jedec,spi-nor";
|
||
|
reg = <0>;
|
||
|
status = "ok";
|
||
|
};
|
||
|
};
|