Deleted Added
full compact
rpi.dts (265013) rpi.dts (275963)
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 265013 2014-04-27 13:10:51Z loos $
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/rpi.dts 275963 2014-12-20 19:15:10Z rpaulo $
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
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
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
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 cpus {
39 #address-cells = <1>;
40 #size-cells = <0>;
41 cpu@0 {
42 compatible = "arm,1176jzf-s";
43 device_type = "cpu";
44 reg = <0>; /* CPU ID=0 */
45 clock-frequency = <700000000>; /* 700MHz */
46 };
47 };
48
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 ---
49 memory {
50 device_type = "memory";
51 reg = <0 0x8000000>; /* 128MB, Set by VideoCore */
52
53 };
54
55 system {
56 revision = <0>; /* Set by VideoCore */

--- 336 unchanged lines hidden ---