Deleted Added
full compact
bcm2836.dtsi (297545) bcm2836.dtsi (297582)
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/bcm2836.dtsi 297545 2016-04-04 09:41:22Z skra $
25 * $FreeBSD: head/sys/boot/fdt/dts/arm/bcm2836.dtsi 297582 2016-04-05 13:45:23Z skra $
26 */
27
28/ {
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 timer {
33 compatible = "arm,armv7-timer";

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

132 */
133 interrupts = <57 59 58 60>;
134 interrupt-parent = <&intc>;
135
136 gpio-controller;
137 #gpio-cells = <2>;
138
139 interrupt-controller;
26 */
27
28/ {
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 timer {
33 compatible = "arm,armv7-timer";

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

132 */
133 interrupts = <57 59 58 60>;
134 interrupt-parent = <&intc>;
135
136 gpio-controller;
137 #gpio-cells = <2>;
138
139 interrupt-controller;
140 #interrupt-cells = <1>;
140 #interrupt-cells = <2>;
141
142 pinctrl-names = "default";
143 pinctrl-0 = <&pins_reserved>;
144
145 /* Pins that can short 3.3V to GND in output mode: 46
146 * Pins used by VideoCore: 48-53
147 */
148 broadcom,read-only = <46>, <48>, <49>, <50>,

--- 342 unchanged lines hidden ---
141
142 pinctrl-names = "default";
143 pinctrl-0 = <&pins_reserved>;
144
145 /* Pins that can short 3.3V to GND in output mode: 46
146 * Pins used by VideoCore: 48-53
147 */
148 broadcom,read-only = <46>, <48>, <49>, <50>,

--- 342 unchanged lines hidden ---