1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * at91sam9x5_macb1.dtsi - Device Tree Include 4 * Ethernet interfaces. 5 * 6 * Copyright (C) 2013 Boris BREZILLON <b.brezil 7 */ 8 9 #include <dt-bindings/pinctrl/at91.h> 10 #include <dt-bindings/interrupt-controller/irq 11 12 / { 13 ahb { 14 apb { 15 pinctrl@fffff400 { 16 macb1 { 17 pinctr 18 19 20 21 22 23 24 25 26 27 28 29 }; 30 }; 31 }; 32 33 macb1: ethernet@f80300 34 compatible = " 35 reg = <0xf8030 36 interrupts = < 37 pinctrl-names 38 pinctrl-0 = <& 39 clocks = <&pmc 40 clock-names = 41 status = "disa 42 }; 43 }; 44 }; 45 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.