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