dts: arm: nxp: rt: Create dedicated rt1064 dtsi
The i.MXRT1064 inheriting from i.MXRT1060, has additional embedded 4-MB QSPI flash (via flexspi1). Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
99ae556fb6
commit
b8c1a0f29f
2 changed files with 18 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include <nxp/nxp_rt.dtsi>
|
#include <nxp/nxp_rt1064.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "NXP MIMXRT1064-EVK board";
|
model = "NXP MIMXRT1064-EVK board";
|
||||||
|
@ -62,16 +62,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&flexspi1 {
|
|
||||||
reg = <0x402a4000 0x4000>, <0x70000000 0x400000>;
|
|
||||||
/* WINBOND */
|
|
||||||
w25q32jvwj0: w25q32jvwj@0 {
|
|
||||||
compatible = "winbond,w25q32jvwj", "jedec,spi-nor";
|
|
||||||
reg = <0>;
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&lcdif1 {
|
&lcdif1 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
port {
|
port {
|
||||||
|
|
17
dts/arm/nxp/nxp_rt1064.dtsi
Normal file
17
dts/arm/nxp/nxp_rt1064.dtsi
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/*
|
||||||
|
* 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";
|
||||||
|
};
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue