Skip to content

Commit

Permalink
dts: arm: atmel: Add samv71 device tree
Browse files Browse the repository at this point in the history
Add device tree for Atmel samv71 SoC.

Signed-off-by: Gerson Fernando Budke <[email protected]>
  • Loading branch information
nandojve authored and galak committed Feb 4, 2020
1 parent e937ef6 commit 47c034e
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dts/arm/atmel/samv71.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <atmel/same70.dtsi>
7 changes: 7 additions & 0 deletions dts/arm/atmel/samv71q21.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <atmel/samv71x21.dtsi>
22 changes: 22 additions & 0 deletions dts/arm/atmel/samv71x19.dtsi
Original file line number Diff line number Diff line change
@@ -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)>;
};
};
};
};
22 changes: 22 additions & 0 deletions dts/arm/atmel/samv71x20.dtsi
Original file line number Diff line number Diff line change
@@ -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)>;
};
};
};
};
22 changes: 22 additions & 0 deletions dts/arm/atmel/samv71x21.dtsi
Original file line number Diff line number Diff line change
@@ -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)>;
};
};
};
};

0 comments on commit 47c034e

Please sign in to comment.