]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/amlogic/amlogic-t7-a311d2-an400.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / amlogic / amlogic-t7-a311d2-an400.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright (c) 2023 Amlogic, Inc. All rights reserved.
4 */
5
6 /dts-v1/;
7
8 #include "amlogic-t7.dtsi"
9
10 / {
11 model = "Amlogic A311D2 AN400 Development Board";
12 compatible = "amlogic,an400", "amlogic,a311d2", "amlogic,t7";
13 interrupt-parent = <&gic>;
14 #address-cells = <2>;
15 #size-cells = <2>;
16
17 aliases {
18 serial0 = &uart_a;
19 };
20
21 memory@0 {
22 device_type = "memory";
23 reg = <0x00000000 0x00000000 0x00000000 0xE0000000
24 0x00000001 0x00000000 0x00000000 0x20000000>;
25 };
26
27 xtal: xtal-clk {
28 compatible = "fixed-clock";
29 clock-frequency = <24000000>;
30 clock-output-names = "xtal";
31 #clock-cells = <0>;
32 };
33 };
34
35 &uart_a {
36 clocks = <&xtal>, <&xtal>, <&xtal>;
37 clock-names = "xtal", "pclk", "baud";
38 status = "okay";
39 };