9f0fae009ce7f8d02da25a1304cf4b25eb9ba3f1
[openwrt.git] / target / linux / lantiq / image / danube.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "lantiq,xway", "lantiq,danube";
5
6         cpus {
7                 cpu@0 {
8                         compatible = "mips,mips24Kc";
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,wdt";
32                         reg = <0x803F0 0x10>;
33                 };
34         };
35
36         sram@1F000000 {
37                 #address-cells = <1>;
38                 #size-cells = <1>;
39                 compatible = "lantiq,sram";
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-xway";
48                         reg = <0x101000 0x1000>;
49                 };
50
51                 pmu0: pmu@102000 {
52                         compatible = "lantiq,pmu-xway";
53                         reg = <0x102000 0x1000>;
54                 };
55
56                 cgu0: cgu@103000 {
57                         compatible = "lantiq,cgu-xway";
58                         reg = <0x103000 0x1000>;
59                         #clock-cells = <1>;
60                 };
61
62                 rcu0: rcu@203000 {
63                         compatible = "lantiq,rcu-xway";
64                         reg = <0x203000 0x1000>;
65                 };
66         };
67
68         fpi@10000000 {
69                 #address-cells = <1>;
70                 #size-cells = <1>;
71                 compatible = "lantiq,fpi", "simple-bus";
72                 ranges = <0x0 0x10000000 0xEEFFFFF>;
73                 reg = <0x10000000 0xEF00000>;
74
75                 gptu@E100A00 {
76                         compatible = "lantiq,gptu-xway";
77                         reg = <0xE100A00 0x100>;
78                         interrupt-parent = <&icu0>;
79                         interrupts = <126 127 128 129 130 131>;
80                 };
81
82                 serial@E100C00 {
83                         compatible = "lantiq,asc";
84                         reg = <0xE100C00 0x400>;
85                         interrupt-parent = <&icu0>;
86                         interrupts = <112 113 114>;
87                 };
88
89                 dma0: dma@E104100 {
90                         compatible = "lantiq,dma-xway";
91                         reg = <0xE104100 0x800>;
92                 };
93
94                 ebu0: ebu@E105300 {
95                         compatible = "lantiq,ebu-xway";
96                         reg = <0xE105300 0x100>;
97                 };
98
99                 pci0: pci@E105400 {
100                         #address-cells = <3>;
101                         #size-cells = <2>;
102                         #interrupt-cells = <1>;
103                         compatible = "lantiq,pci-xway";
104                         bus-range = <0x0 0x0>;
105                         ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000   /* pci memory */
106                                   0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
107                         reg = <0x7000000 0x8000         /* config space */
108                                 0xE105400 0x400>;       /* pci bridge */
109                 };
110         };
111 };