Merge branch 'mvebu/dt' into mvebu/for-next
[deliverable/linux.git] / arch / arm / boot / dts / sama5d3xmb_emac.dtsi
CommitLineData
94197ad7
AB
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};
This page took 0.108442 seconds and 5 git commands to generate.