]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/amlogic/meson6-atv1200.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / amlogic / meson6-atv1200.dts
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
2 /*
3 * Copyright 2014 Carlo Caione <carlo@caione.org>
4 */
5
6 /dts-v1/;
7 #include "meson6.dtsi"
8
9 / {
10 model = "Geniatech ATV1200";
11 compatible = "geniatech,atv1200", "amlogic,meson6";
12
13 aliases {
14 serial0 = &uart_AO;
15 };
16
17 chosen {
18 stdout-path = "serial0:115200n8";
19 };
20
21 memory {
22 device_type = "memory";
23 reg = <0x40000000 0x80000000>;
24 };
25 };
26
27 &uart_AO {
28 status = "okay";
29 };
30
31 &ethmac {
32 status = "okay";
33 };