[lantiq] adds dts files and make devicetree images buildable
[openwrt.git] / target / linux / lantiq / image / amazonse.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "lantiq,xway", "lantiq,ase";
5
6         cpus {
7                 cpu@0 {
8                         compatible = "mips,mips4Kc";
9                 };
10         };
11
12         biu@1F800000 {
13                 #address-cells = <1>;
14                 #size-cells = <1>;
15                 compatible = "lantiq,biu", "simple-bus";
16                 reg = <0x1F800000 0x800000>;
17                 ranges = <0x0 0x1F800000 0x7FFFFF>;
18
19                 icu0: icu@80200 {
20                         #interrupt-cells = <1>;
21                         interrupt-controller;
22                         compatible = "lantiq,icu";
23                         reg = <0x80200 0x28
24                                 0x80228 0x28
25                                 0x80250 0x28
26                                 0x80278 0x28
27                                 0x802a0 0x28>;
28                 };
29
30                 watchdog@803F0 {
31                         compatible = "lantiq,wdt1";
32                         reg = <0x803F0 0x10>;
33                 };
34         };
35
36         sram@1F000000 {
37                 #address-cells = <1>;
38                 #size-cells = <1>;
39                 compatible = "lantiq,sram", "simple-bus";
40                 reg = <0x1F000000 0x800000>;
41                 ranges = <0x0 0x1F000000 0x7FFFFF>;
42
43                 eiu0: eiu@101000 {
44                         #interrupt-cells = <1>;
45                         interrupt-controller;
46                         interrupt-parent;
47                         compatible = "lantiq,eiu";
48                         reg = <0x101000 0x1000>;
49                         lantiq,count = <3>;
50                 };
51
52                 pmu0: pmu@102000 {
53                         compatible = "lantiq,pmu-xway";
54                         reg = <0x102000 0x1000>;
55                 };
56
57                 cgu0: cgu@103000 {
58                         compatible = "lantiq,cgu-xway";
59                         reg = <0x103000 0x1000>;
60                         #clock-cells = <1>;
61                 };
62
63                 rcu0: rcu@203000 {
64                         compatible = "lantiq,rcu-xway";
65                         reg = <0x203000 0x1000>;
66                 };
67         };
68
69         fpi@10000000 {
70                 #address-cells = <1>;
71                 #size-cells = <1>;
72                 compatible = "lantiq,fpi", "simple-bus";
73                 ranges = <0x0 0x10000000 0xEEFFFFF>;
74                 reg = <0x10000000 0xEF00000>;
75
76                 gptu@E100A00 {
77                         compatible = "lantiq,gptu-xway";
78                         reg = <0xE100A00 0x100>;
79                         interrupt-parent = <&icu0>;
80                         interrupts = <97 98 99 100 101 102>;
81                 };
82
83                 serial@E100C00 {
84                         compatible = "lantiq,asc";
85                         reg = <0xE100C00 0x400>;
86                         interrupt-parent = <&icu0>;
87                         interrupts = <72 74 75>;
88                 };
89
90                 hcd@E101000 {
91                         compatible = "lantiq,hcd";
92                         reg = <0xE101000 0x100>;
93                         interrupt-parent = <&icu0>;
94                         interrupts = <39>;
95                 };
96
97                 dma0: dma@E104100 {
98                         compatible = "lantiq,dma-xway";
99                         reg = <0xE104100 0x800>;
100                 };
101
102                 ebu0: ebu@E105300 {
103                         compatible = "lantiq,ebu-xway";
104                         reg = <0xE105300 0x100>;
105                 };
106         };
107 };