zephyr/dts/arm/nuvoton/m2l31kid.dtsi
cyliang tw e22958ceaf soc: nuvoton: numaker: add support for m2l31x series
Add initial support for nuvoton numaker m2l31x SoC series
including basic init.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
2024-03-11 14:22:55 +01:00

24 lines
364 B
Plaintext

/*
* Copyright (c) 2024 Nuvoton Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <nuvoton/m2l31x.dtsi>
/ {
sram0: memory@20000000 {
compatible = "mmio-sram";
reg = <0x20000000 DT_SIZE_K(168)>;
};
soc {
rmc: flash-controller@4000c000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(512)>;
};
};
};
};