Deleted Added
full compact
rpi2.dts (282610) rpi2.dts (290321)
1/*
2 * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@bluezbox.com>
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 *
1/*
2 * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo@bluezbox.com>
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 *
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/rpi2.dts 282610 2015-05-07 22:11:44Z loos $
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/rpi2.dts 290321 2015-11-03 04:50:58Z gonzo $
26 */
27/dts-v1/;
28
29/include/ "bcm2836.dtsi"
30
31/ {
32 model = "Raspberry Pi 2 Model B";
33 compatible = "brcm,bcm2709";

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

395 };
396
397 chosen {
398 bootargs = ""; /* Set by VideoCore */
399 stdin = "uart0";
400 stdout = "uart0";
401 };
402
26 */
27/dts-v1/;
28
29/include/ "bcm2836.dtsi"
30
31/ {
32 model = "Raspberry Pi 2 Model B";
33 compatible = "brcm,bcm2709";

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

395 };
396
397 chosen {
398 bootargs = ""; /* Set by VideoCore */
399 stdin = "uart0";
400 stdout = "uart0";
401 };
402
403 __overrides__ {
404 cache_line_size = <&vchiq>, "cache-line-size:0";
405 };
403};
406};