blob: cc5fcf2940bf73a6d6147c06f471214ea0c5dcc6 [file] [log] [blame]
Joel Stanleyd44a1132016-03-16 22:03:37 +10301/dts-v1/;
2
3#include "aspeed-g4.dtsi"
4
5/ {
6 model = "Palmetto BMC";
7 compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
8
9 aliases {
10 serial4 = &uart5;
11 };
12
13 chosen {
14 stdout-path = &uart5;
15 bootargs = "console=ttyS4,38400 earlyprintk";
16 };
17
18 memory {
19 reg = <0x40000000 0x10000000>;
20 };
21};
22
23&uart5 {
24 status = "okay";
25};