]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/amlogic/meson-a1-ad401.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / amlogic / meson-a1-ad401.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright (c) 2019 Amlogic, Inc. All rights reserved.
4 */
5
6 /dts-v1/;
7
8 #include "meson-a1.dtsi"
9
10 / {
11 compatible = "amlogic,ad401", "amlogic,a1";
12 model = "Amlogic Meson A1 AD401 Development Board";
13
14 aliases {
15 serial0 = &uart_AO_B;
16 };
17
18 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21
22 memory@0 {
23 device_type = "memory";
24 reg = <0x0 0x0 0x0 0x8000000>;
25 };
26 };
27
28 &uart_AO_B {
29 status = "okay";
30 };