2019-06-04 15:11:33 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2014-01-27 20:51:34 +07:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
|
|
|
|
*
|
|
|
|
* ARC AXS101 S/W development platform
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/include/ "axc001.dtsi"
|
|
|
|
/include/ "axs10x_mb.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2016-08-16 11:26:31 +07:00
|
|
|
model = "snps,axs101";
|
2015-02-02 20:53:21 +07:00
|
|
|
compatible = "snps,axs101", "snps,arc-sdp";
|
2014-01-27 20:51:34 +07:00
|
|
|
|
|
|
|
chosen {
|
2018-01-18 20:48:47 +07:00
|
|
|
bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 consoleblank=0 video=1280x720@60 print-fatal-signals=1";
|
2014-01-27 20:51:34 +07:00
|
|
|
};
|
|
|
|
};
|