diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-09 14:33:40 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-25 06:00:20 +0530 |
commit | 5fa2daaa8d8223d06fcdba171a7a668dc8e8b179 (patch) | |
tree | 5132e9df1f44b37430a15b28e4f60cfbf1c037be /arch/arc/boot/dts/axs103_idu.dts | |
parent | e0183f523025f96e2053200616a6d602ea2b3451 (diff) | |
download | linux-5fa2daaa8d8223d06fcdba171a7a668dc8e8b179.tar.bz2 |
ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x cores
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axs103_idu.dts')
-rw-r--r-- | arch/arc/boot/dts/axs103_idu.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/axs103_idu.dts b/arch/arc/boot/dts/axs103_idu.dts new file mode 100644 index 000000000000..f999fef5a60a --- /dev/null +++ b/arch/arc/boot/dts/axs103_idu.dts @@ -0,0 +1,24 @@ +/* + * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/* + * Device Tree for AXS103 SDP with AXS10X Main Board and + * AXC003 FPGA Card (with SMP bitfile) + */ +/dts-v1/; + +/include/ "axc003_idu.dtsi" +/include/ "axs10x_mb.dtsi" + +/ { + compatible = "snps,axs103", "snps,arc-sdp"; + + chosen { + bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1"; + }; +}; |