8872fc22c2
DT files to enable cygnus consisting on reference designs and cygnus core configuration. Reviewed-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Arun Parameswaran <aparames@broadcom.com> Tested-by: Jonathan Richardson <jonathar@broadcom.com> Reviewed-by: JD (Jiandong) Zheng <jdzheng@broadcom.com> Signed-off-by: Scott Branden <sbranden@broadcom.com>
33 lines
851 B
Plaintext
33 lines
851 B
Plaintext
/*
|
|
* Copyright 2014 Broadcom Corporation. All rights reserved.
|
|
*
|
|
* Unless you and Broadcom execute a separate written software license
|
|
* agreement governing use of this software, this software is licensed to you
|
|
* under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation version 2.
|
|
*
|
|
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
|
|
* kind, whether express or implied; without even the implied warranty
|
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "bcm-cygnus.dtsi"
|
|
|
|
/ {
|
|
model = "Cygnus SVK (BCM958300K)";
|
|
compatible = "brcm,bcm58300", "brcm,cygnus";
|
|
|
|
aliases {
|
|
serial0 = &uart3;
|
|
serial1 = &uart0;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = &uart3;
|
|
bootargs = "console=ttyS0,115200";
|
|
};
|
|
};
|