Hans de Goede | 78087c1 | 2015-04-23 17:04:19 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 Hans de Goede <hdegoede@redhat.com> |
| 3 | * |
| 4 | * Minimal dts file for the Ippo Q8H V1.2 (A33, 1024x600) for u-boot only |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ or X11 |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
Hans de Goede | 6ef1be3 | 2015-06-02 15:53:40 +0200 | [diff] [blame] | 10 | #include "sun8i-a33.dtsi" |
Hans de Goede | 78087c1 | 2015-04-23 17:04:19 +0200 | [diff] [blame] | 11 | |
| 12 | / { |
| 13 | model = "Ippo Q8H V1.2 (A33, 1024x600)"; |
| 14 | compatible = "ippo,q8h-v1.2-a33-lcd1024x600", "allwinner,sun8i-a23"; |
| 15 | |
| 16 | aliases { |
| 17 | serial0 = &r_uart; |
| 18 | }; |
| 19 | |
| 20 | chosen { |
| 21 | stdout-path = "serial0:115200n8"; |
| 22 | }; |
| 23 | }; |
| 24 | |
| 25 | &r_uart { |
| 26 | pinctrl-names = "default"; |
| 27 | pinctrl-0 = <&r_uart_pins_a>; |
| 28 | status = "okay"; |
| 29 | }; |