lantiq: cleanup dts files
[librecmc/librecmc.git] / target / linux / lantiq / dts / amazonse.dtsi
1 #include <dt-bindings/gpio/gpio.h>
2 #include <dt-bindings/input/input.h>
3
4 / {
5         #address-cells = <1>;
6         #size-cells = <1>;
7         compatible = "lantiq,xway", "lantiq,ase";
8
9         cpus {
10                 cpu@0 {
11                         compatible = "mips,mips4Kc";
12                 };
13         };
14
15         biu@1F800000 {
16                 #address-cells = <1>;
17                 #size-cells = <1>;
18                 compatible = "lantiq,biu", "simple-bus";
19                 reg = <0x1F800000 0x800000>;
20                 ranges = <0x0 0x1F800000 0x7FFFFF>;
21
22                 icu0: icu@80200 {
23                         #interrupt-cells = <1>;
24                         interrupt-controller;
25                         compatible = "lantiq,icu";
26                         reg = <0x80200 0x28
27                                 0x80228 0x28
28                                 0x80250 0x28
29                                 0x80278 0x28
30                                 0x802a0 0x28>;
31                 };
32
33                 watchdog@803F0 {
34                         compatible = "lantiq,wdt";
35                         reg = <0x803F0 0x10>;
36                 };
37         };
38
39         sram@1F000000 {
40                 #address-cells = <1>;
41                 #size-cells = <1>;
42                 compatible = "lantiq,sram", "simple-bus";
43                 reg = <0x1F000000 0x800000>;
44                 ranges = <0x0 0x1F000000 0x7FFFFF>;
45
46                 eiu0: eiu@101000 {
47                         #interrupt-cells = <1>;
48                         compatible = "lantiq,eiu-xway";
49                         reg = <0x101000 0x1000>;
50                         interrupt-parent = <&icu0>;
51                         lantiq,eiu-irqs = <29 30 31>;
52                 };
53
54                 pmu0: pmu@102000 {
55                         compatible = "lantiq,pmu-xway";
56                         reg = <0x102000 0x1000>;
57                 };
58
59                 cgu0: cgu@103000 {
60                         compatible = "lantiq,cgu-xway";
61                         reg = <0x103000 0x1000>;
62                         #clock-cells = <1>;
63                 };
64
65                 rcu0: rcu@203000 {
66                         compatible = "lantiq,rcu-xway";
67                         reg = <0x203000 0x1000>;
68                 };
69         };
70
71         fpi@10000000 {
72                 #address-cells = <1>;
73                 #size-cells = <1>;
74                 compatible = "lantiq,fpi", "simple-bus";
75                 ranges = <0x0 0x10000000 0xEEFFFFF>;
76                 reg = <0x10000000 0xEF00000>;
77
78                 spi@E100800 {
79                         compatible = "lantiq,ase-spi";
80                         reg = <0xE100800 0x100>;
81                         interrupt-parent = <&icu0>;
82                         interrupts = <24 25 26>;
83                         interrupt-names = "spi_rx", "spi_tx", "spi_err",
84                                         "spi_frm";
85                         #address-cells = <1>;
86                         #size-cells = <1>;
87                 };
88
89                 gptu@E100A00 {
90                         compatible = "lantiq,gptu-xway";
91                         reg = <0xE100A00 0x100>;
92                         interrupt-parent = <&icu0>;
93                         interrupts = <97 98 99 100 101 102>;
94                         status = "disabled";
95                 };
96
97                 gpio: pinmux@E100B10 {
98                         compatible = "lantiq,ase-pinctrl";
99                         #gpio-cells = <2>;
100                         gpio-controller;
101                         reg = <0xE100B10 0xA0>;
102                 };
103
104                 serial@E100C00 {
105                         compatible = "lantiq,asc";
106                         reg = <0xE100C00 0x400>;
107                         interrupt-parent = <&icu0>;
108                         interrupts = <72 74 75>;
109                 };
110
111                 mei@E116000 {
112                         compatible = "lantiq,mei-xway";
113                         interrupt-parent = <&icu0>;
114                         interrupts = <63>;
115                 };
116
117                 ifxhcd@E101000 {
118                         compatible = "lantiq,ifxhcd-ase";
119                         reg = <0xE101000 0x1000
120                                 0xE120000 0x3f000>;
121                         interrupt-parent = <&icu0>;
122                         interrupts = <39>;
123                         status = "disabled";
124                 };
125
126                 dma0: dma@E104100 {
127                         compatible = "lantiq,dma-xway";
128                         reg = <0xE104100 0x800>;
129                 };
130
131                 ebu0: ebu@E105300 {
132                         compatible = "lantiq,ebu-xway";
133                         reg = <0xE105300 0x100>;
134                 };
135
136                 ppe@E234000 {
137                         compatible = "lantiq,ppe-ase";
138                         interrupt-parent = <&icu0>;
139                         interrupts = <85>;
140                 };
141
142                 etop@E180000 {
143                         compatible = "lantiq,etop-xway";
144                         reg = <0xE180000 0x40000>;
145                         interrupt-parent = <&icu0>;
146                         interrupts = <105 109>;
147                 };
148         };
149
150         adsl {
151                 compatible = "lantiq,adsl-ase";
152         };
153 };