Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dts/arm/atmel/samv70.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <atmel/same70.dtsi>

#include "dma_atmel_samv71.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should exclude gmac node here.

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

#include <atmel/same70b.dtsi>

#include "dma_atmel_samv71.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should exclude gmac node here.

7 changes: 7 additions & 0 deletions dts/arm/atmel/samv70n19b.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <atmel/samv70x19b.dtsi>
22 changes: 22 additions & 0 deletions dts/arm/atmel/samv70x19.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/samv70.dtsi>

/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(256)>;
};

soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(512)>;
};
};
};
};
23 changes: 23 additions & 0 deletions dts/arm/atmel/samv70x19b.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <mem.h>
#include <atmel/samv70b.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/samv70x20.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/samv70.dtsi>

/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(384)>;
};

soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(1024)>;
};
};
};
};
23 changes: 23 additions & 0 deletions dts/arm/atmel/samv70x20b.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Copyright (c) 2019 Gerson Fernando Budke
* Copyright (c) 2020 Stephanos Ioannidis <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <mem.h>
#include <atmel/samv70b.dtsi>

/ {
sram0: memory@20400000 {
reg = <0x20400000 DT_SIZE_K(384)>;
};

soc {
flash-controller@400e0c00 {
flash0: flash@400000 {
reg = <0x00400000 DT_SIZE_K(1024)>;
};
};
};
};