]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/sun6i-a31s-primo81.dts
am33xx: Update DT files, add am335x_gp_evm_config target
[karo-tx-uboot.git] / arch / arm / dts / sun6i-a31s-primo81.dts
1 /*
2  * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3  *
4  * Minimal dts file for the MSI Primo81 for u-boot only
5  *
6  * SPDX-License-Identifier:     GPL-2.0+ or X11
7  */
8
9 /dts-v1/;
10 #include "sun6i-a31s.dtsi"
11
12 / {
13         model = "MSI Primo81";
14         compatible = "msi,primo81", "allwinner,sun6i-a31s";
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 };