alistair23-linux/arch/arm/boot/dts/aspeed-ast2500-evb.dts
Joel Stanley 0244062265 arm/dst: Add Aspeed ast2500 device tree
This adds a common device tree for all fifth generation Aspeed systems,
and a board specific device tree for the ast2500 evaluation board.

Signed-off-by: Joel Stanley <joel@jms.id.au>
2016-05-09 17:41:58 +09:30

26 lines
304 B
Plaintext

/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";
};