forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: arm: atmel: Add samv71 device tree
Add device tree for Atmel samv71 SoC. Signed-off-by: Gerson Fernando Budke <[email protected]>
- Loading branch information
Showing
5 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)>; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)>; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)>; | ||
}; | ||
}; | ||
}; | ||
}; |