zephyr/dts/arm/atmel/same70b.dtsi
Stephanos Ioannidis fbf89a7c77 dts: arm: atmel: Add SAM E70 GMAC instance
This commit adds a GMAC instance to the SAM E70 device tree, with the
chip revision-specific hardware queue count.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-31 08:08:29 -05:00

14 lines
291 B
Plaintext

/*
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <atmel/same70.dtsi>
&gmac {
interrupts = <39 0>, <66 0>, <67 0>, <71 0>, <72 0>, <73 0>;
interrupt-names = "gmac", "q1", "q2", "q3", "q4", "q5";
num-queues = <6>;
};