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