diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2014-01-27 14:51:34 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 18:09:30 +0530 |
commit | 556cc1c5f528dcc87733920de17d61b6ebe8999d (patch) | |
tree | 934095ed4cb8f9454bd271cbadffa98c994dc9a2 /arch/arc/boot/dts/axs101.dts | |
parent | 4db27dca607aed14a852b21db02ddb530551c5eb (diff) | |
download | talos-op-linux-556cc1c5f528dcc87733920de17d61b6ebe8999d.tar.gz talos-op-linux-556cc1c5f528dcc87733920de17d61b6ebe8999d.zip |
ARC: [axs101] Add support for AXS101 SDP (software development platform)
The AXS10x platforms consist of a mainboard with peripherals,
on which several daughter cards can be placed. The daughter cards
typically contain a CPU and memory.
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axs101.dts')
-rw-r--r-- | arch/arc/boot/dts/axs101.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/axs101.dts b/arch/arc/boot/dts/axs101.dts new file mode 100644 index 000000000000..6c3391da0e3b --- /dev/null +++ b/arch/arc/boot/dts/axs101.dts @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) + * + * ARC AXS101 S/W development platform + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +/dts-v1/; + +/include/ "axc001.dtsi" +/include/ "axs10x_mb.dtsi" + +/ { + compatible = "snps,axs101"; + + chosen { + bootargs = "console=tty0 console=ttyS3,115200n8 consoleblank=0"; + }; +}; |