blob: 2fd14f371a04a15e4183059e907448e5ca5a0e97 [file] [log] [blame]
Alexandre Belloni94197ad2016-07-15 11:15:16 +02001/*
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};