Skip to content

Commit ca46598

Browse files
committed
dts: arm: atmel: add samv70 dts bindings
Add DTS bindings for the SAM V70(b) device family. Signed-off-by: Perry Hung <[email protected]>
1 parent a859fae commit ca46598

File tree

7 files changed

+115
-0
lines changed

7 files changed

+115
-0
lines changed

dts/arm/atmel/samv70.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <atmel/same70.dtsi>
8+
9+
#include "dma_atmel_samv71.h"

dts/arm/atmel/samv70b.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <atmel/same70b.dtsi>
8+
9+
#include "dma_atmel_samv71.h"

dts/arm/atmel/samv70n19b.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <atmel/samv70x19b.dtsi>

dts/arm/atmel/samv70x19.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <mem.h>
8+
#include <atmel/samv70.dtsi>
9+
10+
/ {
11+
sram0: memory@20400000 {
12+
reg = <0x20400000 DT_SIZE_K(256)>;
13+
};
14+
15+
soc {
16+
flash-controller@400e0c00 {
17+
flash0: flash@400000 {
18+
reg = <0x00400000 DT_SIZE_K(512)>;
19+
};
20+
};
21+
};
22+
};

dts/arm/atmel/samv70x19b.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include <mem.h>
9+
#include <atmel/samv70b.dtsi>
10+
11+
/ {
12+
sram0: memory@20400000 {
13+
reg = <0x20400000 DT_SIZE_K(256)>;
14+
};
15+
16+
soc {
17+
flash-controller@400e0c00 {
18+
flash0: flash@400000 {
19+
reg = <0x00400000 DT_SIZE_K(512)>;
20+
};
21+
};
22+
};
23+
};

dts/arm/atmel/samv70x20.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <mem.h>
8+
#include <atmel/samv70.dtsi>
9+
10+
/ {
11+
sram0: memory@20400000 {
12+
reg = <0x20400000 DT_SIZE_K(384)>;
13+
};
14+
15+
soc {
16+
flash-controller@400e0c00 {
17+
flash0: flash@400000 {
18+
reg = <0x00400000 DT_SIZE_K(1024)>;
19+
};
20+
};
21+
};
22+
};

dts/arm/atmel/samv70x20b.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright (c) 2019 Gerson Fernando Budke
3+
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include <mem.h>
9+
#include <atmel/samv70b.dtsi>
10+
11+
/ {
12+
sram0: memory@20400000 {
13+
reg = <0x20400000 DT_SIZE_K(384)>;
14+
};
15+
16+
soc {
17+
flash-controller@400e0c00 {
18+
flash0: flash@400000 {
19+
reg = <0x00400000 DT_SIZE_K(1024)>;
20+
};
21+
};
22+
};
23+
};

0 commit comments

Comments
 (0)