mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:22:36 +00:00
Have nodelabels match the SoC docs so when a nodelabel reference is made in the code its easier to relate to the SoC. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
/*
|
|
* Copyright (c) 2018, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "mimxrt1060_evk.dts"
|
|
|
|
/delete-node/ &is25wp064;
|
|
&flexspi {
|
|
reg = <0x402a8000 0x4000>, <0x60000000 0x4000000>;
|
|
hyperflash0: hyperflash@0 {
|
|
compatible = "cypress,s26ks512s";
|
|
reg = <0>;
|
|
status = "okay";
|
|
};
|
|
};
|