zephyr/dts/arm/nxp/nxp_lpc11u67.dtsi
Maxime Bittan 9931eca5f9 soc: arm: Add basic support for LPC11U6X series
This commit adds basic support for the NXP lpc11u6x soc series.

Signed-off-by: Maxime Bittan <maxime.bittan@seagate.com>
2020-07-29 20:12:24 +02:00

21 lines
271 B
Plaintext

/*
* Copyright (c) 2020, Seagate
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <nxp/nxp_lpc11u6x.dtsi>
/ {
sram0: memory@10000000 {
reg = <0x10000000 DT_SIZE_K(16)>;
};
soc {
flash0: flash@0 {
reg = <0 DT_SIZE_K(128)>;
};
};
};