1 // SPDX-License-Identifier: GPL-2.0-only << 2 /* 1 /* 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.s 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. 4 */ 7 */ 5 8 6 /* 9 /* 7 * Device Tree for AXS103 SDP with AXS10X Main 10 * Device Tree for AXS103 SDP with AXS10X Main Board and 8 * AXC003 FPGA Card (with UP bitfile) 11 * AXC003 FPGA Card (with UP bitfile) 9 */ 12 */ 10 /dts-v1/; 13 /dts-v1/; 11 14 12 /include/ "axc003.dtsi" 15 /include/ "axc003.dtsi" 13 /include/ "axs10x_mb.dtsi" 16 /include/ "axs10x_mb.dtsi" 14 17 15 / { 18 / { 16 model = "snps,axs103"; 19 model = "snps,axs103"; 17 compatible = "snps,axs103", "snps,arc- 20 compatible = "snps,axs103", "snps,arc-sdp"; 18 21 19 chosen { 22 chosen { 20 bootargs = "earlycon=uart8250, 23 bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1"; 21 }; 24 }; 22 }; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.