Deleted Added
sdiff udiff text old ( 273278 ) new ( 273380 )
full compact
1/*-
2 * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com>
3 * All rights reserved.
4 *
5 * This software was developed by SRI International and the University of
6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
7 * ("CTSRD"), as part of the DARPA CRASH research programme.
8 *

--- 13 unchanged lines hidden (view full) ---

22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * $FreeBSD: head/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts 273278 2014-10-19 16:26:49Z br $
31 */
32
33/dts-v1/;
34
35/include/ "socfpga.dtsi"
36
37/ {
38 model = "Terasic SoCKit";

--- 13 unchanged lines hidden (view full) ---

52 };
53
54 usb1: usb@ffb40000 {
55 status = "okay";
56 };
57
58 gmac1: ethernet@ff702000 {
59 status = "okay";
60 };
61
62 mmc: dwmmc@ff704000 {
63 status = "okay";
64 num-slots = <1>;
65 supports-highspeed;
66 broken-cd;
67 bus-frequency = <25000000>;
68
69 slot@0 {
70 reg = <0>;
71 bus-width = <4>;
72 };
73 };
74
75 beri_debug: ring@c0000000 {
76 compatible = "sri-cambridge,beri-ring";
77 reg = <0xc0000000 0x3000>;
78 interrupts = < 72 73 >;
79 interrupt-parent = <&GIC>;
80 device_name = "beri_debug";

--- 29 unchanged lines hidden ---