1 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC
3 * Copyright (C) 2013 Jonas Jensen <jonas.jensen@gmail.com>
5 * Licensed under GPLv2 or later.
8 /include/ "skeleton.dtsi"
11 compatible = "moxa,moxart";
13 interrupt-parent = <&intc>;
21 compatible = "faraday,fa526";
32 compatible = "simple-bus";
35 reg = <0x90000000 0x10000000>;
38 intc: interrupt-controller@98800000 {
39 compatible = "moxa,moxart-ic";
40 reg = <0x98800000 0x38>;
42 #interrupt-cells = <2>;
43 interrupt-mask = <0x00080000>;
46 clk_pll: clk_pll@98100000 {
47 compatible = "moxa,moxart-pll-clock";
49 reg = <0x98100000 0x34>;
52 clk_apb: clk_apb@98100000 {
53 compatible = "moxa,moxart-apb-clock";
55 reg = <0x98100000 0x34>;
59 timer: timer@98400000 {
60 compatible = "moxa,moxart-timer";
61 reg = <0x98400000 0x42>;
69 compatible = "moxa,moxart-gpio";
70 reg = <0x98700000 0xC>;
74 compatible = "moxa,moxart-rtc";
75 gpio-rtc-sclk = <&gpio 5 0>;
76 gpio-rtc-data = <&gpio 6 0>;
77 gpio-rtc-reset = <&gpio 7 0>;
81 compatible = "moxa,moxart-dma";
82 reg = <0x90500080 0x40>;
87 watchdog: watchdog@98500000 {
88 compatible = "moxa,moxart-watchdog";
89 reg = <0x98500000 0x10>;
93 sdhci: sdhci@98e00000 {
94 compatible = "moxa,moxart-sdhci";
95 reg = <0x98e00000 0x5C>;
100 dma-names = "tx", "rx";
104 mdio0: mdio@90900090 {
105 compatible = "moxa,moxart-mdio";
106 reg = <0x90900090 0x8>;
107 #address-cells = <1>;
112 mdio1: mdio@92000090 {
113 compatible = "moxa,moxart-mdio";
114 reg = <0x92000090 0x8>;
115 #address-cells = <1>;
121 compatible = "moxa,moxart-mac";
122 reg = <0x90900000 0x90>;
124 phy-handle = <ðphy0>;
130 compatible = "moxa,moxart-mac";
131 reg = <0x92000000 0x90>;
133 phy-handle = <ðphy1>;
138 uart0: uart@98200000 {
139 compatible = "ns16550a";
140 reg = <0x98200000 0x20>;
144 clock-frequency = <14745600>;