1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC
4 * Copyright (C) 2013 Jonas Jensen <jonas.jensen@gmail.com>
7 #include <dt-bindings/interrupt-controller/irq.h>
12 compatible = "moxa,moxart";
14 interrupt-parent = <&intc>;
22 compatible = "faraday,fa526";
33 compatible = "simple-bus";
36 reg = <0x90000000 0x10000000>;
39 intc: interrupt-controller@98800000 {
40 compatible = "moxa,moxart-ic", "faraday,ftintc010";
41 reg = <0x98800000 0x100>;
43 #interrupt-cells = <2>;
44 interrupt-mask = <0x00080000>;
47 clk_pll: clk_pll@98100000 {
48 compatible = "moxa,moxart-pll-clock";
50 reg = <0x98100000 0x34>;
53 clk_apb: clk_apb@98100000 {
54 compatible = "moxa,moxart-apb-clock";
56 reg = <0x98100000 0x34>;
60 timer: timer@98400000 {
61 compatible = "moxa,moxart-timer", "faraday,fttmr010";
62 reg = <0x98400000 0x42>;
63 interrupts = <19 IRQ_TYPE_EDGE_FALLING>;
71 compatible = "moxa,moxart-gpio", "faraday,ftgpio010";
72 reg = <0x98700000 0x100>;
76 compatible = "moxa,moxart-rtc";
77 gpio-rtc-sclk = <&gpio 5 0>;
78 gpio-rtc-data = <&gpio 6 0>;
79 gpio-rtc-reset = <&gpio 7 0>;
83 compatible = "moxa,moxart-dma";
84 reg = <0x90500080 0x40>;
85 interrupts = <24 IRQ_TYPE_LEVEL_HIGH>;
89 watchdog: watchdog@98500000 {
90 compatible = "moxa,moxart-watchdog", "faraday,ftwdt010";
91 reg = <0x98500000 0x10>;
96 sdhci: sdhci@98e00000 {
97 compatible = "moxa,moxart-sdhci";
98 reg = <0x98e00000 0x5C>;
99 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
103 dma-names = "tx", "rx";
107 mdio0: mdio@90900090 {
108 compatible = "moxa,moxart-mdio";
109 reg = <0x90900090 0x8>;
110 #address-cells = <1>;
115 mdio1: mdio@92000090 {
116 compatible = "moxa,moxart-mdio";
117 reg = <0x92000090 0x8>;
118 #address-cells = <1>;
124 compatible = "moxa,moxart-mac";
125 reg = <0x90900000 0x90>;
126 interrupts = <25 IRQ_TYPE_LEVEL_HIGH>;
127 phy-handle = <ðphy0>;
133 compatible = "moxa,moxart-mac";
134 reg = <0x92000000 0x90>;
135 interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
136 phy-handle = <ðphy1>;
141 uart0: uart@98200000 {
142 compatible = "ns16550a";
143 reg = <0x98200000 0x20>;
144 interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
147 clock-frequency = <14745600>;