Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[platform/kernel/u-boot.git] / arch / mips / dts / pic32mzda_sk.dts
1 /*
2  * Copyright (C) 2015 Purna Chandra Mandal, purna.mandal@microchip.com
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /dts-v1/;
8
9 #include "pic32mzda.dtsi"
10
11 / {
12         model = "Microchip PIC32MZDASK";
13         compatible = "microchip,pic32mzdask", "microchip,pic32mzda";
14
15         aliases {
16                 console = &uart2;
17                 serial0 = &uart2;
18         };
19
20         chosen {
21                 stdout-path = "serial0:115200n8";
22         };
23 };
24
25 &clock {
26         microchip,refo2-frequency = <50000000>;
27         microchip,refo4-frequency = <25000000>;
28         microchip,refo5-frequency = <40000000>;
29         status = "okay";
30         u-boot,dm-pre-reloc;
31 };
32
33 &pinctrl {
34         status = "okay";
35         u-boot,dm-pre-reloc;
36 };
37
38 &uart2 {
39         status = "okay";
40         u-boot,dm-pre-reloc;
41 };
42
43 &sdhci {
44         status = "okay";
45 };
46
47 &ethernet {
48         reset-gpios = <&gpioJ 15 0>;
49         status = "okay";
50         phy-mode = "rmii";
51         phy-handle = <&ethernet_phy>;
52         ethernet_phy: lan8740_phy@0 {
53                 reg = <0>;
54         };
55 };