Linux 6.7-rc7
[linux-modified.git] / arch / arm64 / boot / dts / amlogic / amlogic-c3-c302x-aw409.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2021 Amlogic, Inc. All rights reserved.
4  */
5
6 /dts-v1/;
7
8 #include "amlogic-c3.dtsi"
9
10 / {
11         model = "Amlogic C302 aw409 Development Board";
12         compatible = "amlogic,aw409", "amlogic,c3";
13         interrupt-parent = <&gic>;
14         #address-cells = <2>;
15         #size-cells = <2>;
16
17         aliases {
18                 serial0 = &uart_b;
19         };
20
21         memory@0 {
22                 device_type = "memory";
23                 reg = <0x0 0x0 0x0 0x10000000>;
24         };
25 };
26
27 &uart_b {
28         status = "okay";
29 };