1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * at91sam9x5_macb0.dtsi - Device Tree Include 4 * Ethernet interface. 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 macb0 { 17 pinctr 18 19 20 21 22 23 24 25 26 27 28 29 }; 30 31 pinctr 32 33 34 35 36 37 38 39 40 41 }; 42 }; 43 }; 44 45 macb0: ethernet@f802c0 46 compatible = " 47 reg = <0xf802c 48 interrupts = < 49 pinctrl-names 50 pinctrl-0 = <& 51 clocks = <&pmc 52 clock-names = 53 status = "disa 54 }; 55 }; 56 }; 57 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.