Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / amlogic / meson-g12a-x96-max.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2018 BayLibre SAS. All rights reserved.
4  */
5
6 /dts-v1/;
7
8 #include "meson-g12a.dtsi"
9
10 / {
11         compatible = "amediatech,x96-max", "amlogic,u200", "amlogic,g12a";
12         model = "Shenzhen Amediatech Technology Co., Ltd X96 Max";
13
14         aliases {
15                 serial0 = &uart_AO;
16         };
17         chosen {
18                 stdout-path = "serial0:115200n8";
19         };
20         memory@0 {
21                 device_type = "memory";
22                 reg = <0x0 0x0 0x0 0x40000000>;
23         };
24 };
25
26 &uart_AO {
27         status = "okay";
28 };