blob: 931f5afb4227c983e28a4d885725a0e00a7ae57f [file] [log] [blame]
/*
* Copyright (c) 2022, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
/ {
soc {
sram: sram@30000000 {
ranges = <0x0 0x10000000 0x500000
0x20000000 0x30000000 0x500000>;
};
peripheral: peripheral@50000000 {
ranges = <0x0 0x50000000 0x10000000>;
};
flexspi: spi@134000 {
reg = <0x50134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
};
flexspi2: spi@13C000 {
reg = <0x5013C000 0x1000>, <0x38000000 DT_SIZE_M(128)>;
};
};
};
#include "nxp_rt5xx_common.dtsi"