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