]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/bcm958300k.dts
Merge tag 'hix5hd2-dt-for-3.19' of git://github.com/hisilicon/linux-hisi into next/dt
[karo-tx-linux.git] / arch / arm / boot / dts / bcm958300k.dts
1 /*
2  * Copyright 2014 Broadcom Corporation.  All rights reserved.
3  *
4  * Unless you and Broadcom execute a separate written software license
5  * agreement governing use of this software, this software is licensed to you
6  * under the terms of the GNU General Public License as
7  * published by the Free Software Foundation version 2.
8  *
9  * This program is distributed "as is" WITHOUT ANY WARRANTY of any
10  * kind, whether express or implied; without even the implied warranty
11  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
14
15 /dts-v1/;
16
17 #include "bcm-cygnus.dtsi"
18
19 / {
20         model = "Cygnus SVK (BCM958300K)";
21         compatible = "brcm,bcm58300", "brcm,cygnus";
22
23         aliases {
24                 serial0 = &uart3;
25                 serial1 = &uart0;
26         };
27
28         chosen {
29                 stdout-path = &uart3;
30                 bootargs = "console=ttyS0,115200";
31         };
32 };