Vineet Gupta | 5fa2daaa | 2015-03-09 14:33:40 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | |
| 9 | /* |
| 10 | * Device Tree for AXS103 SDP with AXS10X Main Board and |
| 11 | * AXC003 FPGA Card (with UP bitfile) |
| 12 | */ |
| 13 | /dts-v1/; |
| 14 | |
| 15 | /include/ "axc003.dtsi" |
| 16 | /include/ "axs10x_mb.dtsi" |
| 17 | |
| 18 | / { |
Alexey Brodkin | 618a9cd | 2016-08-16 07:26:31 +0300 | [diff] [blame] | 19 | model = "snps,axs103"; |
Vineet Gupta | 5fa2daaa | 2015-03-09 14:33:40 +0530 | [diff] [blame] | 20 | compatible = "snps,axs103", "snps,arc-sdp"; |
| 21 | |
| 22 | chosen { |
| 23 | bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1"; |
| 24 | }; |
| 25 | }; |