zephyr/dts/arm/atmel/same5xx18.dtsi
Stephanos Ioannidis 1472b417a7 dts: atmel: Add SAM E5x GMAC instance
This commit adds a GMAC instance to the SAM E5x device tree, along with
the refactoring necessary to specify the SAM E5x-specific components.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-04-17 04:56:28 -05:00

23 lines
315 B
Plaintext

/*
* Copyright (c) 2019 ML!PA Consulting GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/same5x.dtsi>
/ {
soc {
nvmctrl@41004000 {
flash0: flash@0 {
reg = <0x0 DT_SIZE_K(256)>;
};
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(128)>;
};
};
};