]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/sun5i-a13-tzx-q8-713b7.dts
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / arm / dts / sun5i-a13-tzx-q8-713b7.dts
1 /*
2 * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3 *
4 * Minimal dts file for the TZX Q8 713b7 for u-boot only
5 *
6 * SPDX-License-Identifier: GPL-2.0+ or X11
7 */
8
9 /dts-v1/;
10 #include "sun5i-a13.dtsi"
11
12 / {
13 model = "TZX Q8 713b7";
14 compatible = "tzx,q8-713b7", "allwinner,sun5i-a13";
15
16 aliases {
17 serial0 = &uart1;
18 };
19
20 chosen {
21 stdout-path = "serial0:115200n8";
22 };
23 };
24
25 &uart1 {
26 pinctrl-names = "default";
27 pinctrl-0 = <&uart1_pins_b>;
28 status = "okay";
29 };