]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/sun6i-a31-mixtile-loftq.dts
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[u-boot] / arch / arm / dts / sun6i-a31-mixtile-loftq.dts
1 /*
2  * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3  *
4  * Minimal dts file for the Mixtile LOFT-Q for u-boot only
5  *
6  * SPDX-License-Identifier:     GPL-2.0+ or X11
7  */
8
9 /dts-v1/;
10 #include "sun6i-a31.dtsi"
11
12 / {
13         model = "Mixtile LOFT-Q";
14         compatible = "mixtile,loft-q", "allwinner,sun6i-a31";
15
16         aliases {
17                 serial0 = &uart0;
18         };
19
20         chosen {
21                 stdout-path = "serial0:115200n8";
22         };
23 };
24
25 &ehci0 {
26         status = "okay";
27 };
28
29 &ehci1 {
30         status = "okay";
31 };
32
33 &gmac {
34         pinctrl-names = "default";
35         pinctrl-0 = <&gmac_pins_rgmii_a>;
36         phy = <&phy1>;
37         phy-mode = "rgmii";
38         status = "okay";
39
40         phy1: ethernet-phy@1 {
41                 reg = <1>;
42         };
43 };
44
45 &ohci0 {
46         status = "okay";
47 };
48
49 &ohci1 {
50         status = "okay";
51 };
52
53 &uart0 {
54         pinctrl-names = "default";
55         pinctrl-0 = <&uart0_pins_a>;
56         status = "okay";
57 };