Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 1/*
 2 * sama5d3xmb_emac.dts - Device Tree Include file for SAMA5D3x mother board
 3 * Ethernet
 4 *
 5 *  Copyright (C) 2016 Atmel,
 6 *
 7 * Licensed under GPLv2 or later.
 8 */
 9
10/ {
11	ahb {
12		apb {
13			macb1: ethernet@f802c000 {
14				phy-mode = "rmii";
15
16				#address-cells = <1>;
17				#size-cells = <0>;
18				phy0: ethernet-phy@1 {
19					interrupt-parent = <&pioE>;
20					interrupts = <30 IRQ_TYPE_EDGE_FALLING>;
21					reg = <1>;
22				};
23			};
24		};
25	};
26};