freebsd-skq/sys/gnu/dts/arm/aspeed-bmc-opp-palmetto.dts
andrew 96792f0216 Update the device tree source files to a Linux 4.7-RC.
MFC after:	2 weeks
Sponsored by:	ABT Systems Ltd
2016-09-21 08:54:08 +00:00

26 lines
325 B
Plaintext

/dts-v1/;
#include "aspeed-g4.dtsi"
/ {
model = "Palmetto BMC";
compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
aliases {
serial4 = &uart5;
};
chosen {
stdout-path = &uart5;
bootargs = "console=ttyS4,38400 earlyprintk";
};
memory {
reg = <0x40000000 0x10000000>;
};
};
&uart5 {
status = "okay";
};