xref: /freebsd-src/sys/contrib/device-tree/src/arc/axs103_idu.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
4*c66ec88fSEmmanuel Vadot */
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot/*
7*c66ec88fSEmmanuel Vadot * Device Tree for AXS103 SDP with AXS10X Main Board and
8*c66ec88fSEmmanuel Vadot * AXC003 FPGA Card (with SMP bitfile)
9*c66ec88fSEmmanuel Vadot */
10*c66ec88fSEmmanuel Vadot/dts-v1/;
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot/include/ "axc003_idu.dtsi"
13*c66ec88fSEmmanuel Vadot/include/ "axs10x_mb.dtsi"
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadot/ {
16*c66ec88fSEmmanuel Vadot	model = "snps,axs103-smp";
17*c66ec88fSEmmanuel Vadot	compatible = "snps,axs103", "snps,arc-sdp";
18*c66ec88fSEmmanuel Vadot
19*c66ec88fSEmmanuel Vadot	chosen {
20*c66ec88fSEmmanuel Vadot		bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print-fatal-signals=1 consoleblank=0";
21*c66ec88fSEmmanuel Vadot	};
22*c66ec88fSEmmanuel Vadot};
23