blob: 5914c919d4a97c725f41ae5e6d42539fa8fd3562 [file] [log] [blame]
Tom Rini4549e782018-05-06 18:27:01 -04001// SPDX-License-Identifier: GPL-2.0+ OR X11
Hans de Goedeaf79c4f2015-04-23 17:04:19 +02002/*
3 * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
4 *
5 * Minimal dts file for the Ainol AW1 for u-boot only
Hans de Goedeaf79c4f2015-04-23 17:04:19 +02006 */
7
8/dts-v1/;
9#include "sun7i-a20.dtsi"
10
11/ {
12 model = "Ainol AW1";
13 compatible = "ainol,aw1", "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";
Jagan Teki0cc47a82019-04-12 16:19:34 +053026 pinctrl-0 = <&uart0_pb_pins>;
Hans de Goedeaf79c4f2015-04-23 17:04:19 +020027 status = "okay";
28};