diff options
author | Joel Stanley <joel@jms.id.au> | 2016-03-16 22:03:37 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-05-09 17:41:58 +0930 |
commit | d44a1138cd829d232899ef4fe5cd59e861ed3984 (patch) | |
tree | 62f464ebf2cbe041df94d50fe14017bfb15a3d63 /arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | |
parent | 5f1a7ab28e92e082dd8155961a0fe26db04c4f49 (diff) | |
download | talos-obmc-linux-d44a1138cd829d232899ef4fe5cd59e861ed3984.tar.gz talos-obmc-linux-d44a1138cd829d232899ef4fe5cd59e861ed3984.zip |
arm/dts: Add Aspeed ast2400 device tree
A common device tree for all forth gen/ast2400 systems and a board
specific dts for the Palmetto OpenPower developemnt machine which was
used for testing.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts new file mode 100644 index 000000000000..cc5fcf2940bf --- /dev/null +++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts @@ -0,0 +1,25 @@ +/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"; +}; |