aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/aspeed-ast2500-evb.dts
blob: d7774d35e466e148b0f49283928aaf3c1c1771dc (plain)
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
/dts-v1/;

#include "aspeed-g5.dtsi"

/ {
	model = "AST2500 EVB";
	compatible = "aspeed,ast2500";

	aliases {
		serial4 = &uart5;
	};

	chosen {
		stdout-path = &uart5;
		bootargs = "console=ttyS4,115200 earlyprintk";
	};

	memory@80000000 {
		reg = <0x80000000 0x20000000>;
	};
};

&uart5 {
	status = "okay";
};