dts: arm: atmel: Add samv71 device tree

Add device tree for Atmel samv71 SoC.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2019-11-17 12:25:04 -03:00 committed by Kumar Gala
commit 47c034e4d9
5 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,7 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <atmel/same70.dtsi>

View file

@ -0,0 +1,7 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <atmel/samv71x21.dtsi>

View file

@ -0,0 +1,22 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/samv71.dtsi>
/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(256)>;
};
soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(512)>;
};
};
};
};

View file

@ -0,0 +1,22 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/samv71.dtsi>
/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(384)>;
};
soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(1024)>;
};
};
};
};

View file

@ -0,0 +1,22 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/samv71.dtsi>
/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(384)>;
};
soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(2048)>;
};
};
};
};