mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-16 22:26:34 +07:00
556cc1c5f5
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>
22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
/*
|
|
* 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";
|
|
};
|
|
};
|