1/*
2 * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3 *
4 * Minimal dts file for the MK808C for u-boot only
5 *
6 * SPDX-License-Identifier:     GPL-2.0+ or X11
7 */
8
9/dts-v1/;
10#include "sun7i-a20.dtsi"
11
12/ {
13	model = "MK808C";
14	compatible = "allwinner,mk808c", "allwinner,sun7i-a20";
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&ohci0 {
34	status = "okay";
35};
36
37&ohci1 {
38	status = "okay";
39};
40
41&uart0 {
42	pinctrl-names = "default";
43	pinctrl-0 = <&uart0_pins_a>;
44	status = "okay";
45};
46