zephyr/dts/arm/atmel/sam4e8e.dtsi
Gerson Fernando Budke 527ebe131d dts: arm: atmel: Add sam4e device tree
Add device tree for Atmel sam4e SoC

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-02-04 17:51:41 -05:00

19 lines
280 B
Plaintext

/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/sam4e.dtsi>
/ {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(512)>;
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(128)>;
};
};