mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 13:05:47 +00:00
Add initial devicetree for the NXP LPC55S16. Only non-secure (ns) access is supported for now. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
/*
|
|
* Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
sram: sram@400000 {
|
|
ranges = <0x4000000 0x4000000 0x20000000>;
|
|
};
|
|
|
|
peripheral: peripheral@40000000 {
|
|
ranges = <0x0 0x40000000 0x10000000>;
|
|
};
|
|
};
|
|
};
|
|
|
|
#include "nxp_lpc55S1x_common.dtsi"
|