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:
parent
e937ef652b
commit
47c034e4d9
5 changed files with 80 additions and 0 deletions
7
dts/arm/atmel/samv71.dtsi
Normal file
7
dts/arm/atmel/samv71.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Gerson Fernando Budke
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <atmel/same70.dtsi>
|
7
dts/arm/atmel/samv71q21.dtsi
Normal file
7
dts/arm/atmel/samv71q21.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Gerson Fernando Budke
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <atmel/samv71x21.dtsi>
|
22
dts/arm/atmel/samv71x19.dtsi
Normal file
22
dts/arm/atmel/samv71x19.dtsi
Normal 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)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
22
dts/arm/atmel/samv71x20.dtsi
Normal file
22
dts/arm/atmel/samv71x20.dtsi
Normal 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)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
22
dts/arm/atmel/samv71x21.dtsi
Normal file
22
dts/arm/atmel/samv71x21.dtsi
Normal 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)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue