Deleted Added
full compact
imx53x.dtsi (262614) imx53x.dtsi (262725)
1/*
2 * Copyright (c) 2012 The FreeBSD Foundation
3 * Copyright (c) 2013 Rui Paulo
4 * All rights reserved.
5 *
6 * This software was developed by Semihalf under sponsorship from
7 * the FreeBSD Foundation.
8 *

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

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Freescale i.MX535 Device Tree Source.
31 *
1/*
2 * Copyright (c) 2012 The FreeBSD Foundation
3 * Copyright (c) 2013 Rui Paulo
4 * All rights reserved.
5 *
6 * This software was developed by Semihalf under sponsorship from
7 * the FreeBSD Foundation.
8 *

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

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Freescale i.MX535 Device Tree Source.
31 *
32 * $FreeBSD: head/sys/boot/fdt/dts/arm/imx53x.dtsi 262614 2014-02-28 18:29:09Z imp $
32 * $FreeBSD: head/sys/boot/fdt/dts/arm/imx53x.dtsi 262725 2014-03-04 03:19:26Z imp $
33 */
34
35/ {
36 #address-cells = <1>;
37 #size-cells = <1>;
38
39 aliases {
40 soc = &SOC;

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

90 */
91 };
92
93 SOC: soc@50000000 {
94 compatible = "simple-bus";
95 #address-cells = <1>;
96 #size-cells = <1>;
97 interrupt-parent = <&tzic>;
33 */
34
35/ {
36 #address-cells = <1>;
37 #size-cells = <1>;
38
39 aliases {
40 soc = &SOC;

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

90 */
91 };
92
93 SOC: soc@50000000 {
94 compatible = "simple-bus";
95 #address-cells = <1>;
96 #size-cells = <1>;
97 interrupt-parent = <&tzic>;
98 ranges = <0x50000000 0x14000000>;
98 ranges = <0x0 0x50000000 0x14000000>;
99
100 aips@50000000 { /* AIPS1 */
101 compatible = "fsl,aips-bus", "simple-bus";
102 #address-cells = <1>;
103 #size-cells = <1>;
104 interrupt-parent = <&tzic>;
105 ranges;
106

--- 596 unchanged lines hidden ---
99
100 aips@50000000 { /* AIPS1 */
101 compatible = "fsl,aips-bus", "simple-bus";
102 #address-cells = <1>;
103 #size-cells = <1>;
104 interrupt-parent = <&tzic>;
105 ranges;
106

--- 596 unchanged lines hidden ---