blob: fbc9e53db623ad1afce5970e92352a86c4544688 [file] [log] [blame]
/*
* Copyright (c) 2020, Bernhard Kraemer
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "teensy40.dts"
/delete-node/ &w25q16jvuxim;
&flexspi {
reg = < 0x402a8000 0x4000 >, < 0x60000000 0x800000 >;
/* WINBOND flash memory*/
w25q64jvxgim: w25q64jvxgim@0 {
compatible = "winbond,w25q64jvxgim", "jedec,spi-nor";
size = < 8388607 >;
label = "W25Q64JVXGIM";
reg = < 0 >;
spi-max-frequency = < 133000000 >;
status = "okay";
jedec-id = [ ef 70 17 ];
};
};
&lpspi3 {
status = "okay";
};
&usdhc1 {
status = "okay";
};