Deleted Added
full compact
imx35.dtsi (279385) imx35.dtsi (295436)
1/*
2 * Copyright 2012 Steffen Trumtrar, Pengutronix
3 *
4 * based on imx27.dtsi
5 *
6 * This program is free software; you can redistribute it and/or modify it under
7 * the terms of the GNU General Public License version 2 as published by the
8 * Free Software Foundation.

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

24 spi1 = &spi2;
25 };
26
27 cpus {
28 #address-cells = <0>;
29 #size-cells = <0>;
30
31 cpu {
1/*
2 * Copyright 2012 Steffen Trumtrar, Pengutronix
3 *
4 * based on imx27.dtsi
5 *
6 * This program is free software; you can redistribute it and/or modify it under
7 * the terms of the GNU General Public License version 2 as published by the
8 * Free Software Foundation.

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

24 spi1 = &spi2;
25 };
26
27 cpus {
28 #address-cells = <0>;
29 #size-cells = <0>;
30
31 cpu {
32 compatible = "arm,arm1136";
32 compatible = "arm,arm1136jf-s";
33 device_type = "cpu";
34 };
35 };
36
37 avic: avic-interrupt-controller@68000000 {
38 compatible = "fsl,imx35-avic", "fsl,avic";
39 interrupt-controller;
40 #interrupt-cells = <1>;

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

281 clocks = <&clks 74>;
282 clock-names = "";
283 interrupts = <55>;
284 };
285
286 can1: can@53fe4000 {
287 compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
288 reg = <0x53fe4000 0x1000>;
33 device_type = "cpu";
34 };
35 };
36
37 avic: avic-interrupt-controller@68000000 {
38 compatible = "fsl,imx35-avic", "fsl,avic";
39 interrupt-controller;
40 #interrupt-cells = <1>;

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

281 clocks = <&clks 74>;
282 clock-names = "";
283 interrupts = <55>;
284 };
285
286 can1: can@53fe4000 {
287 compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
288 reg = <0x53fe4000 0x1000>;
289 clocks = <&clks 33>;
290 clock-names = "ipg";
289 clocks = <&clks 33>, <&clks 33>;
290 clock-names = "ipg", "per";
291 interrupts = <43>;
292 status = "disabled";
293 };
294
295 can2: can@53fe8000 {
296 compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
297 reg = <0x53fe8000 0x1000>;
291 interrupts = <43>;
292 status = "disabled";
293 };
294
295 can2: can@53fe8000 {
296 compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
297 reg = <0x53fe8000 0x1000>;
298 clocks = <&clks 34>;
299 clock-names = "ipg";
298 clocks = <&clks 34>, <&clks 34>;
299 clock-names = "ipg", "per";
300 interrupts = <44>;
301 status = "disabled";
302 };
303
304 usbotg: usb@53ff4000 {
305 compatible = "fsl,imx35-usb", "fsl,imx27-usb";
306 reg = <0x53ff4000 0x0200>;
307 interrupts = <37>;

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

313
314 usbhost1: usb@53ff4400 {
315 compatible = "fsl,imx35-usb", "fsl,imx27-usb";
316 reg = <0x53ff4400 0x0200>;
317 interrupts = <35>;
318 clocks = <&clks 73>;
319 fsl,usbmisc = <&usbmisc 1>;
320 fsl,usbphy = <&usbphy1>;
300 interrupts = <44>;
301 status = "disabled";
302 };
303
304 usbotg: usb@53ff4000 {
305 compatible = "fsl,imx35-usb", "fsl,imx27-usb";
306 reg = <0x53ff4000 0x0200>;
307 interrupts = <37>;

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

313
314 usbhost1: usb@53ff4400 {
315 compatible = "fsl,imx35-usb", "fsl,imx27-usb";
316 reg = <0x53ff4400 0x0200>;
317 interrupts = <35>;
318 clocks = <&clks 73>;
319 fsl,usbmisc = <&usbmisc 1>;
320 fsl,usbphy = <&usbphy1>;
321 dr_mode = "host";
321 status = "disabled";
322 };
323
324 usbmisc: usbmisc@53ff4600 {
325 #index-cells = <1>;
326 compatible = "fsl,imx35-usbmisc";
327 clocks = <&clks 9>, <&clks 73>, <&clks 28>;
328 clock-names = "ipg", "ahb", "per";

--- 57 unchanged lines hidden ---
322 status = "disabled";
323 };
324
325 usbmisc: usbmisc@53ff4600 {
326 #index-cells = <1>;
327 compatible = "fsl,imx35-usbmisc";
328 clocks = <&clks 9>, <&clks 73>, <&clks 28>;
329 clock-names = "ipg", "ahb", "per";

--- 57 unchanged lines hidden ---