Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.8
 1// SPDX-License-Identifier: GPL-2.0-only
 2/*
 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
 4 */
 5
 6/*
 7 * Device Tree for AXS103 SDP with AXS10X Main Board and
 8 * AXC003 FPGA Card (with UP bitfile)
 9 */
10/dts-v1/;
11
12/include/ "axc003.dtsi"
13/include/ "axs10x_mb.dtsi"
14
15/ {
16	model = "snps,axs103";
17	compatible = "snps,axs103", "snps,arc-sdp";
18
19	chosen {
20		bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1";
21	};
22};
v6.2
 1// SPDX-License-Identifier: GPL-2.0-only
 2/*
 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
 4 */
 5
 6/*
 7 * Device Tree for AXS103 SDP with AXS10X Main Board and
 8 * AXC003 FPGA Card (with UP bitfile)
 9 */
10/dts-v1/;
11
12/include/ "axc003.dtsi"
13/include/ "axs10x_mb.dtsi"
14
15/ {
16	model = "snps,axs103";
17	compatible = "snps,axs103", "snps,arc-sdp";
18
19	chosen {
20		bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1";
21	};
22};