mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
8b1ba94151
Copy over all the latest dts changes from mripard/sunxi/dt-for-4.2 , this gives us a proper dtsi file for the A33 rather then abusing sun8i-a23.dtsi for this. And this replaces our minimal (dummy) sun7i-a20-mk808c and sun8i-a33-astar-mid756 dts files with proper ones. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
29 lines
525 B
Text
29 lines
525 B
Text
/*
|
|
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
|
|
*
|
|
* Minimal dts file for the Ippo Q8H V1.2 (A33, 1024x600) for u-boot only
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "sun8i-a33.dtsi"
|
|
|
|
/ {
|
|
model = "Ippo Q8H V1.2 (A33, 1024x600)";
|
|
compatible = "ippo,q8h-v1.2-a33-lcd1024x600", "allwinner,sun8i-a23";
|
|
|
|
aliases {
|
|
serial0 = &r_uart;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&r_uart {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&r_uart_pins_a>;
|
|
status = "okay";
|
|
};
|