Deleted Added
full compact
rpi2.dts (262614) rpi2.dts (262725)
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/rpi.dts 262614 2014-02-28 18:29:09Z imp $
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/rpi.dts 262725 2014-03-04 03:19:26Z imp $
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
31/memreserve/ 0x08000000 0x08000000; /* Set by VideoCore */
32
33/ {
34 model = "Raspberry Pi (BCM2835)";
35 compatible = "raspberrypi,model-a", "raspberrypi,model-b",
36 "broadcom,bcm2835-vc", "broadcom,bcm2708-vc";
37
31/ {
32 model = "Raspberry Pi (BCM2835)";
33 compatible = "raspberrypi,model-a", "raspberrypi,model-b",
34 "broadcom,bcm2835-vc", "broadcom,bcm2708-vc";
35
36 memreserve = <0x08000000 0x08000000>; /* Set by VideoCore */
37
38 memory {
39 device_type = "memory";
40 reg = <0 0x8000000>; /* 128MB, Set by VideoCore */
41
42 };
43
44 system {
45 revision = <0>; /* Set by VideoCore */

--- 336 unchanged lines hidden ---
38 memory {
39 device_type = "memory";
40 reg = <0 0x8000000>; /* 128MB, Set by VideoCore */
41
42 };
43
44 system {
45 revision = <0>; /* Set by VideoCore */

--- 336 unchanged lines hidden ---