Tom Rini | 4549e78 | 2018-05-06 18:27:01 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
Hans de Goede | af79c4f | 2015-04-23 17:04:19 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2015 Hans de Goede <hdegoede@redhat.com> |
| 4 | * |
| 5 | * Minimal dts file for the Ampe A76 for u-boot only |
Hans de Goede | af79c4f | 2015-04-23 17:04:19 +0200 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | #include "sun5i-a13.dtsi" |
| 10 | |
| 11 | / { |
| 12 | model = "Ampe A76"; |
| 13 | compatible = "ampe,a76", "allwinner,sun5i-a13"; |
| 14 | |
| 15 | aliases { |
| 16 | serial0 = &uart1; |
| 17 | }; |
| 18 | |
| 19 | chosen { |
| 20 | stdout-path = "serial0:115200n8"; |
| 21 | }; |
| 22 | }; |
| 23 | |
| 24 | &uart1 { |
| 25 | pinctrl-names = "default"; |
| 26 | pinctrl-0 = <&uart1_pins_b>; |
| 27 | status = "okay"; |
| 28 | }; |