dts: arm: atmel: Add SAM V71 GMAC instance
This commit adds a GMAC instance to the SAM V71 device tree, with the chip revision-specific hardware queue count. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
c46957c8ee
commit
24dca57938
5 changed files with 83 additions and 0 deletions
7
dts/arm/atmel/samv71b.dtsi
Normal file
7
dts/arm/atmel/samv71b.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <atmel/same70b.dtsi>
|
7
dts/arm/atmel/samv71q21b.dtsi
Normal file
7
dts/arm/atmel/samv71q21b.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <atmel/samv71x21b.dtsi>
|
23
dts/arm/atmel/samv71x19b.dtsi
Normal file
23
dts/arm/atmel/samv71x19b.dtsi
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2019 Gerson Fernando Budke
|
||||||
|
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <mem.h>
|
||||||
|
#include <atmel/samv71b.dtsi>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
sram0: memory@20400000 {
|
||||||
|
reg = <0x20400000 DT_SIZE_K(256)>;
|
||||||
|
};
|
||||||
|
|
||||||
|
soc {
|
||||||
|
flash-controller@400e0c00 {
|
||||||
|
flash0: flash@400000 {
|
||||||
|
reg = <0x00400000 DT_SIZE_K(512)>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
23
dts/arm/atmel/samv71x20b.dtsi
Normal file
23
dts/arm/atmel/samv71x20b.dtsi
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2019 Gerson Fernando Budke
|
||||||
|
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <mem.h>
|
||||||
|
#include <atmel/samv71b.dtsi>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
sram0: memory@20400000 {
|
||||||
|
reg = <0x20400000 DT_SIZE_K(384)>;
|
||||||
|
};
|
||||||
|
|
||||||
|
soc {
|
||||||
|
flash-controller@400e0c00 {
|
||||||
|
flash0: flash@400000 {
|
||||||
|
reg = <0x00400000 DT_SIZE_K(1024)>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
23
dts/arm/atmel/samv71x21b.dtsi
Normal file
23
dts/arm/atmel/samv71x21b.dtsi
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2019 Gerson Fernando Budke
|
||||||
|
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <mem.h>
|
||||||
|
#include <atmel/samv71b.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