summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/aspeed-ast2500-evb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/aspeed-ast2500-evb.dts')
-rw-r--r--dts/src/arm/aspeed-ast2500-evb.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/dts/src/arm/aspeed-ast2500-evb.dts b/dts/src/arm/aspeed-ast2500-evb.dts
new file mode 100644
index 0000000000..1b7a5ff0e5
--- /dev/null
+++ b/dts/src/arm/aspeed-ast2500-evb.dts
@@ -0,0 +1,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 {
+ reg = <0x80000000 0x20000000>;
+ };
+};
+
+&uart5 {
+ status = "okay";
+};