2 * Copyright 2016 Beckhoff Automation
3 * Copyright 2011 Freescale Semiconductor, Inc.
4 * Copyright 2011 Linaro Ltd.
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
14 #include "skeleton.dtsi"
15 #include "imx53-pinfunc.h"
16 #include <dt-bindings/clock/imx5-clock.h>
17 #include <dt-bindings/gpio/gpio.h>
18 #include <dt-bindings/input/input.h>
19 #include <dt-bindings/interrupt-controller/irq.h>
29 compatible = "simple-bus";
32 aips@50000000 { /* AIPS1 */
33 compatible = "fsl,aips-bus", "simple-bus";
36 reg = <0x50000000 0x10000000>;
39 iomuxc: iomuxc@53fa8000 {
40 compatible = "fsl,imx53-iomuxc";
41 reg = <0x53fa8000 0x4000>;
44 gpr: iomuxc-gpr@53fa8000 {
45 compatible = "fsl,imx53-iomuxc-gpr", "syscon";
46 reg = <0x53fa8000 0xc>;
49 uart2: serial@53fc0000 {
50 compatible = "fsl,imx7d-uart", "fsl,imx53-uart", "fsl,imx21-uart";
51 reg = <0x53fc0000 0x4000>;
53 clocks = <&clks IMX5_CLK_UART2_IPG_GATE>,
54 <&clks IMX5_CLK_UART2_PER_GATE>;
55 clock-names = "ipg", "per";
56 dmas = <&sdma 12 4 0>, <&sdma 13 4 0>;
57 dma-names = "rx", "tx";
62 compatible = "fsl,imx53-ccm";
63 reg = <0x53fd4000 0x4000>;
64 interrupts = <0 71 0x04 0 72 0x04>;
68 gpio7: gpio@53fe4000 {
69 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
70 reg = <0x53fe4000 0x4000>;
71 interrupts = <107 108>;
75 #interrupt-cells = <2>;
79 aips@60000000 { /* AIPS2 */
80 compatible = "fsl,aips-bus", "simple-bus";
83 reg = <0x60000000 0x10000000>;
87 compatible = "fsl,imx53-sdma", "fsl,imx35-sdma";
88 reg = <0x63fb0000 0x4000>;
90 clocks = <&clks IMX5_CLK_SDMA_GATE>,
91 <&clks IMX5_CLK_SDMA_GATE>;
92 clock-names = "ipg", "ahb";
94 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
98 fec: ethernet@63fec000 {
99 compatible = "fsl,imx53-fec", "fsl,imx25-fec";
100 reg = <0x63fec000 0x4000>;
102 clocks = <&clks IMX5_CLK_FEC_GATE>,
103 <&clks IMX5_CLK_FEC_GATE>,
104 <&clks IMX5_CLK_FEC_GATE>;
105 clock-names = "ipg", "ahb", "ptp";