boards: arm: Add qspi flash dts node to mimxrt1064_evk
Copies the QSPI flash device tree node from the mimxrt1060_evk to the mimxrt1064_evk board. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
1883c85abd
commit
f3a64b037e
1 changed files with 13 additions and 0 deletions
|
@ -132,6 +132,19 @@ arduino_i2c: &lpi2c1 {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&flexspi {
|
||||||
|
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
|
||||||
|
is25wp064: is25wp064@0 {
|
||||||
|
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||||
|
size = <67108864>;
|
||||||
|
label = "IS25WP064";
|
||||||
|
reg = <0>;
|
||||||
|
spi-max-frequency = <133000000>;
|
||||||
|
status = "okay";
|
||||||
|
jedec-id = [9d 70 17];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&lpuart1 {
|
&lpuart1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue