]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/sun7i-a20-yones-toptech-bd1078.dts
SPDX: Convert all of our multiple license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / dts / sun7i-a20-yones-toptech-bd1078.dts
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 Yones Toptech BD1078 for u-boot only
6 */
7
8 /dts-v1/;
9 #include "sun7i-a20.dtsi"
10
11 / {
12 model = "Yones Toptech BD1078";
13 compatible = "yones,toptech-bd1078", "allwinner,sun7i-a20";
14
15 aliases {
16 serial0 = &uart0;
17 };
18
19 chosen {
20 stdout-path = "serial0:115200n8";
21 };
22 };
23
24 &uart0 {
25 pinctrl-names = "default";
26 pinctrl-0 = <&uart0_pins_a>;
27 status = "okay";
28 };