Deleted Added
full compact
rpi2.dts (262725) rpi2.dts (265013)
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 262725 2014-03-04 03:19:26Z imp $
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/rpi.dts 265013 2014-04-27 13:10:51Z loos $
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
31/ {
32 model = "Raspberry Pi (BCM2835)";
33 compatible = "raspberrypi,model-a", "raspberrypi,model-b",

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

311 broadcom,depth = <0>; /* Set by VideoCore */
312 };
313
314 leds {
315 compatible = "gpio-leds";
316
317 ok {
318 label = "ok";
26 */
27/dts-v1/;
28
29/include/ "bcm2835.dtsi"
30
31/ {
32 model = "Raspberry Pi (BCM2835)";
33 compatible = "raspberrypi,model-a", "raspberrypi,model-b",

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

311 broadcom,depth = <0>; /* Set by VideoCore */
312 };
313
314 leds {
315 compatible = "gpio-leds";
316
317 ok {
318 label = "ok";
319 gpios = <&gpio 16 2 0>;
319 gpios = <&gpio 16 1>;
320
321 /* Don't change this - it configures
322 * how the led driver determines if
323 * the led is on or off when it loads.
324 */
325 default-state = "keep";
326
327 /* This is the real default state. */

--- 54 unchanged lines hidden ---
320
321 /* Don't change this - it configures
322 * how the led driver determines if
323 * the led is on or off when it loads.
324 */
325 default-state = "keep";
326
327 /* This is the real default state. */

--- 54 unchanged lines hidden ---