Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | ||||
3 | * sama5d3xmb_emac.dts - Device Tree Include file for SAMA5D3x mother board | ||||
4 | * Ethernet | ||||
5 | * | ||||
6 | * Copyright (C) 2016 Atmel, | ||||
7 | */ | ||||
8 | |||||
9 | / { | ||||
10 | ahb { | ||||
11 | apb { | ||||
12 | macb1: ethernet@f802c000 { | ||||
13 | phy-mode = "rmii"; | ||||
14 | |||||
15 | #address-cells = <1>; | ||||
16 | #size-cells = <0>; | ||||
17 | phy0: ethernet-phy@1 { | ||||
18 | interrupt-parent = <&pioE>; | ||||
19 | interrupts = <30 IRQ_TYPE_EDGE_FALLING>; | ||||
20 | reg = <1>; | ||||
21 | }; | ||||
22 | }; | ||||
23 | }; | ||||
24 | }; | ||||
25 | }; |