2019-10-22 21:47:00 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019, NXP
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
2020-04-15 11:46:18 +08:00
|
|
|
soc {
|
2020-04-15 08:58:12 +08:00
|
|
|
sram: sram@400000 {
|
|
|
|
ranges = <0x400000 0x400000 0x20000000>;
|
2020-04-15 11:46:18 +08:00
|
|
|
};
|
2019-10-22 21:47:00 +08:00
|
|
|
|
2020-04-15 08:58:12 +08:00
|
|
|
peripheral: peripheral@40000000 {
|
|
|
|
ranges = <0x0 0x40000000 0x10000000>;
|
2019-10-22 21:47:00 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-04-15 08:58:12 +08:00
|
|
|
#include "nxp_lpc55S6x_common.dtsi"
|