ARM: dts: at91: sam9x60: Add macb0 Ethernet controller
[oweals/u-boot.git] / arch / arm / dts / sam9x60ek.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * sam9x60ek.dts - Device Tree file for SAM9X60 EK board
4  *
5  * Copyright (C) 2018 Microchip Technology Inc. and its subsidiaries
6  *
7  * Author: Sandeep Sheriker M <Sandeepsheriker.mallikarjun@microchip.com>
8  */
9 /dts-v1/;
10 #include "sam9x60.dtsi"
11
12 / {
13         model = "Microchip SAM9X60-Ek";
14         compatible = "microchip,sam9x60ek", "microchip,sam9x60", "atmel,at91sam9";
15
16         chosen {
17                 stdout-path = &dbgu;
18         };
19 };
20
21 &macb0 {
22         phy-mode = "rmii";
23         status = "okay";
24 };