blob: d2805c5415f3fbbef0f964673a93cc2e5ed55693 [file] [log] [blame]
Hans de Goedeaf79c4f2015-04-23 17:04:19 +02001/*
2 * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3 *
4 * Minimal dts file for the iNet 3F for u-boot only
5 *
6 * SPDX-License-Identifier: GPL-2.0+ or X11
7 */
8
9/dts-v1/;
10#include "sun4i-a10.dtsi"
11
12/ {
13 model = "iNet 3F";
14 compatible = "inet,3f", "allwinner,sun4i-a10";
15
16 aliases {
17 serial0 = &uart0;
18 };
19
20 chosen {
21 stdout-path = "serial0:115200n8";
22 };
23};
24
25&uart0 {
26 pinctrl-names = "default";
27 pinctrl-0 = <&uart0_pins_a>;
28 status = "okay";
29};