1*724ba675SRob Herring/*
2*724ba675SRob Herring *  BSD LICENSE
3*724ba675SRob Herring *
4*724ba675SRob Herring *  Copyright(c) 2015 Broadcom Corporation.  All rights reserved.
5*724ba675SRob Herring *
6*724ba675SRob Herring *  Redistribution and use in source and binary forms, with or without
7*724ba675SRob Herring *  modification, are permitted provided that the following conditions
8*724ba675SRob Herring *  are met:
9*724ba675SRob Herring *
10*724ba675SRob Herring *    * Redistributions of source code must retain the above copyright
11*724ba675SRob Herring *      notice, this list of conditions and the following disclaimer.
12*724ba675SRob Herring *    * Redistributions in binary form must reproduce the above copyright
13*724ba675SRob Herring *      notice, this list of conditions and the following disclaimer in
14*724ba675SRob Herring *      the documentation and/or other materials provided with the
15*724ba675SRob Herring *      distribution.
16*724ba675SRob Herring *    * Neither the name of Broadcom Corporation nor the names of its
17*724ba675SRob Herring *      contributors may be used to endorse or promote products derived
18*724ba675SRob Herring *      from this software without specific prior written permission.
19*724ba675SRob Herring *
20*724ba675SRob Herring *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21*724ba675SRob Herring *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22*724ba675SRob Herring *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23*724ba675SRob Herring *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24*724ba675SRob Herring *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25*724ba675SRob Herring *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26*724ba675SRob Herring *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27*724ba675SRob Herring *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28*724ba675SRob Herring *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29*724ba675SRob Herring *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30*724ba675SRob Herring *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31*724ba675SRob Herring */
32*724ba675SRob Herring
33*724ba675SRob Herring/dts-v1/;
34*724ba675SRob Herring
35*724ba675SRob Herring#include "bcm4708.dtsi"
36*724ba675SRob Herring
37*724ba675SRob Herring/ {
38*724ba675SRob Herring	model = "NorthStar SVK (BCM94708)";
39*724ba675SRob Herring	compatible = "brcm,bcm94708", "brcm,bcm4708";
40*724ba675SRob Herring
41*724ba675SRob Herring	memory@0 {
42*724ba675SRob Herring		device_type = "memory";
43*724ba675SRob Herring		reg = <0x00000000 0x08000000>;
44*724ba675SRob Herring	};
45*724ba675SRob Herring};
46*724ba675SRob Herring
47*724ba675SRob Herring&usb3_phy {
48*724ba675SRob Herring	status = "okay";
49*724ba675SRob Herring};
50