mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / arm / boot / dts / sama5d3xmb_emac.dtsi
blob2fd14f371a04a15e4183059e907448e5ca5a0e97
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  */
10 / {
11         ahb {
12                 apb {
13                         macb1: ethernet@f802c000 {
14                                 phy-mode = "rmii";
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         };