xref: /freebsd-src/sys/contrib/device-tree/src/arm64/amlogic/meson-a1-ad401.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * Copyright (c) 2019 Amlogic, Inc. All rights reserved.
4*c66ec88fSEmmanuel Vadot */
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot/dts-v1/;
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel Vadot#include "meson-a1.dtsi"
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot/ {
11*c66ec88fSEmmanuel Vadot	compatible = "amlogic,ad401", "amlogic,a1";
12*c66ec88fSEmmanuel Vadot	model = "Amlogic Meson A1 AD401 Development Board";
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot	aliases {
15*c66ec88fSEmmanuel Vadot		serial0 = &uart_AO_B;
16*c66ec88fSEmmanuel Vadot	};
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel Vadot	chosen {
19*c66ec88fSEmmanuel Vadot		stdout-path = "serial0:115200n8";
20*c66ec88fSEmmanuel Vadot	};
21*c66ec88fSEmmanuel Vadot
22*c66ec88fSEmmanuel Vadot	memory@0 {
23*c66ec88fSEmmanuel Vadot		device_type = "memory";
24*c66ec88fSEmmanuel Vadot		reg = <0x0 0x0 0x0 0x8000000>;
25*c66ec88fSEmmanuel Vadot	};
26*c66ec88fSEmmanuel Vadot};
27*c66ec88fSEmmanuel Vadot
28*c66ec88fSEmmanuel Vadot&uart_AO_B {
29*c66ec88fSEmmanuel Vadot	status = "okay";
30*c66ec88fSEmmanuel Vadot};
31