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