beaglebone-common.dtsi revision 302408
190075Sobrien/*-
290075Sobrien * Copyright (c) 2015 Oleksandr Tymoshenko <gonzo@freebsd.org>
390075Sobrien * All rights reserved.
490075Sobrien *
590075Sobrien * Redistribution and use in source and binary forms, with or without
690075Sobrien * modification, are permitted provided that the following conditions
790075Sobrien * are met:
890075Sobrien * 1. Redistributions of source code must retain the above copyright
990075Sobrien *    notice, this list of conditions and the following disclaimer.
1090075Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1190075Sobrien *    notice, this list of conditions and the following disclaimer in the
1290075Sobrien *    documentation and/or other materials provided with the distribution.
1390075Sobrien *
1490075Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1590075Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1690075Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1790075Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1890075Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1990075Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2090075Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2190075Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2290075Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2390075Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2490075Sobrien * SUCH DAMAGE.
2590075Sobrien * 
2690075Sobrien * $FreeBSD: stable/11/sys/boot/fdt/dts/arm/beaglebone-common.dtsi 283276 2015-05-22 03:16:18Z gonzo $
2790075Sobrien */
2890075Sobrien
2990075Sobrien/ {
3090075Sobrien	ocp {
3190075Sobrien		pruss@4A300000 {
3290075Sobrien			compatible = "ti,pruss-v2";
3390075Sobrien			reg = <0x4A300000 0x80000>;
3490075Sobrien 			interrupt-parent = <&intc>;
3590075Sobrien			interrupts = <20 21 22 23 24 25 26 27>;
3690075Sobrien		};
3790075Sobrien
3890075Sobrien	};
3990075Sobrien
4090075Sobrien};
4190075Sobrien
4290075Sobrien&tps {
4390075Sobrien	interrupt-parent = <&intc>;
4490075Sobrien	interrupts = <7>;
4590075Sobrien};
4690075Sobrien