blob: 2d503d62ea3e0cc2eb59e400c083c33fb0ead319 [file] [log] [blame]
Grant Likely8e267f32011-07-19 17:26:54 -06001/include/ "skeleton.dtsi"
2
3/ {
4 compatible = "nvidia,tegra20";
5 interrupt-parent = <&intc>;
6
Stephen Warrenf9eb26a2012-05-11 16:17:47 -06007 intc: interrupt-controller {
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -07008 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -06009 reg = <0x50041000 0x1000
10 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -060011 interrupt-controller;
12 #interrupt-cells = <3>;
Grant Likely8e267f32011-07-19 17:26:54 -060013 };
14
Stephen Warrenf9eb26a2012-05-11 16:17:47 -060015 apbdma: dma {
Stephen Warren8051b752012-01-11 16:09:54 -070016 compatible = "nvidia,tegra20-apbdma";
17 reg = <0x6000a000 0x1200>;
Stephen Warren95decf82012-05-11 16:11:38 -060018 interrupts = <0 104 0x04
19 0 105 0x04
20 0 106 0x04
21 0 107 0x04
22 0 108 0x04
23 0 109 0x04
24 0 110 0x04
25 0 111 0x04
26 0 112 0x04
27 0 113 0x04
28 0 114 0x04
29 0 115 0x04
30 0 116 0x04
31 0 117 0x04
32 0 118 0x04
33 0 119 0x04>;
Stephen Warren8051b752012-01-11 16:09:54 -070034 };
35
Stephen Warrenc04abb32012-05-11 17:03:26 -060036 ahb {
37 compatible = "nvidia,tegra20-ahb";
38 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -060039 };
40
Stephen Warrenf9eb26a2012-05-11 16:17:47 -060041 gpio: gpio {
Grant Likely8e267f32011-07-19 17:26:54 -060042 compatible = "nvidia,tegra20-gpio";
Stephen Warren95decf82012-05-11 16:11:38 -060043 reg = <0x6000d000 0x1000>;
44 interrupts = <0 32 0x04
45 0 33 0x04
46 0 34 0x04
47 0 35 0x04
48 0 55 0x04
49 0 87 0x04
50 0 89 0x04>;
Grant Likely8e267f32011-07-19 17:26:54 -060051 #gpio-cells = <2>;
52 gpio-controller;
Stephen Warren6f74dc92012-01-04 08:39:37 +000053 #interrupt-cells = <2>;
54 interrupt-controller;
Grant Likely8e267f32011-07-19 17:26:54 -060055 };
56
Stephen Warrenf9eb26a2012-05-11 16:17:47 -060057 pinmux: pinmux {
Stephen Warrenf62f5482011-10-11 16:16:13 -060058 compatible = "nvidia,tegra20-pinmux";
Stephen Warren95decf82012-05-11 16:11:38 -060059 reg = <0x70000014 0x10 /* Tri-state registers */
60 0x70000080 0x20 /* Mux registers */
61 0x700000a0 0x14 /* Pull-up/down registers */
62 0x70000868 0xa8>; /* Pad control registers */
Stephen Warrenf62f5482011-10-11 16:16:13 -060063 };
64
Stephen Warrenc04abb32012-05-11 17:03:26 -060065 das {
66 compatible = "nvidia,tegra20-das";
67 reg = <0x70000c00 0x80>;
68 };
69
70 tegra_i2s1: i2s@70002800 {
71 compatible = "nvidia,tegra20-i2s";
72 reg = <0x70002800 0x200>;
73 interrupts = <0 13 0x04>;
74 nvidia,dma-request-selector = <&apbdma 2>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -060075 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -060076 };
77
78 tegra_i2s2: i2s@70002a00 {
79 compatible = "nvidia,tegra20-i2s";
80 reg = <0x70002a00 0x200>;
81 interrupts = <0 3 0x04>;
82 nvidia,dma-request-selector = <&apbdma 1>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -060083 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -060084 };
85
Grant Likely8e267f32011-07-19 17:26:54 -060086 serial@70006000 {
87 compatible = "nvidia,tegra20-uart";
88 reg = <0x70006000 0x40>;
89 reg-shift = <2>;
Stephen Warren95decf82012-05-11 16:11:38 -060090 interrupts = <0 36 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -060091 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -060092 };
93
94 serial@70006040 {
95 compatible = "nvidia,tegra20-uart";
96 reg = <0x70006040 0x40>;
97 reg-shift = <2>;
Stephen Warren95decf82012-05-11 16:11:38 -060098 interrupts = <0 37 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -060099 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600100 };
101
102 serial@70006200 {
103 compatible = "nvidia,tegra20-uart";
104 reg = <0x70006200 0x100>;
105 reg-shift = <2>;
Stephen Warren95decf82012-05-11 16:11:38 -0600106 interrupts = <0 46 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600107 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600108 };
109
110 serial@70006300 {
111 compatible = "nvidia,tegra20-uart";
112 reg = <0x70006300 0x100>;
113 reg-shift = <2>;
Stephen Warren95decf82012-05-11 16:11:38 -0600114 interrupts = <0 90 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600115 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600116 };
117
118 serial@70006400 {
119 compatible = "nvidia,tegra20-uart";
120 reg = <0x70006400 0x100>;
121 reg-shift = <2>;
Stephen Warren95decf82012-05-11 16:11:38 -0600122 interrupts = <0 91 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600123 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600124 };
125
Stephen Warrenc04abb32012-05-11 17:03:26 -0600126 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600127 compatible = "nvidia,tegra20-i2c";
128 reg = <0x7000c000 0x100>;
129 interrupts = <0 38 0x04>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600130 #address-cells = <1>;
131 #size-cells = <0>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600132 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600133 };
134
135 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600136 compatible = "nvidia,tegra20-i2c";
137 reg = <0x7000c400 0x100>;
138 interrupts = <0 84 0x04>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600139 #address-cells = <1>;
140 #size-cells = <0>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600141 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600142 };
143
144 i2c@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600145 compatible = "nvidia,tegra20-i2c";
146 reg = <0x7000c500 0x100>;
147 interrupts = <0 92 0x04>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600148 #address-cells = <1>;
149 #size-cells = <0>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600150 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600151 };
152
153 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600154 compatible = "nvidia,tegra20-i2c-dvc";
155 reg = <0x7000d000 0x200>;
156 interrupts = <0 53 0x04>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600157 #address-cells = <1>;
158 #size-cells = <0>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600159 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600160 };
161
162 pmc {
163 compatible = "nvidia,tegra20-pmc";
164 reg = <0x7000e400 0x400>;
165 };
166
hdoyu@nvidia.coma9140aa2012-05-16 19:47:44 +0000167 memory-controller@0x7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600168 compatible = "nvidia,tegra20-mc";
169 reg = <0x7000f000 0x024
170 0x7000f03c 0x3c4>;
171 interrupts = <0 77 0x04>;
172 };
173
174 gart {
175 compatible = "nvidia,tegra20-gart";
176 reg = <0x7000f024 0x00000018 /* controller registers */
177 0x58000000 0x02000000>; /* GART aperture */
178 };
179
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600180 emc {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700181 compatible = "nvidia,tegra20-emc";
182 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600183 #address-cells = <1>;
184 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700185 };
186
Stephen Warrenc04abb32012-05-11 17:03:26 -0600187 usb@c5000000 {
188 compatible = "nvidia,tegra20-ehci", "usb-ehci";
189 reg = <0xc5000000 0x4000>;
190 interrupts = <0 20 0x04>;
191 phy_type = "utmi";
192 nvidia,has-legacy-mode;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600193 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600194 };
195
196 usb@c5004000 {
197 compatible = "nvidia,tegra20-ehci", "usb-ehci";
198 reg = <0xc5004000 0x4000>;
199 interrupts = <0 21 0x04>;
200 phy_type = "ulpi";
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600201 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600202 };
203
204 usb@c5008000 {
205 compatible = "nvidia,tegra20-ehci", "usb-ehci";
206 reg = <0xc5008000 0x4000>;
207 interrupts = <0 97 0x04>;
208 phy_type = "utmi";
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600209 status = "disable";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600210 };
211
Grant Likely8e267f32011-07-19 17:26:54 -0600212 sdhci@c8000000 {
213 compatible = "nvidia,tegra20-sdhci";
214 reg = <0xc8000000 0x200>;
Stephen Warren95decf82012-05-11 16:11:38 -0600215 interrupts = <0 14 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600216 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600217 };
218
219 sdhci@c8000200 {
220 compatible = "nvidia,tegra20-sdhci";
221 reg = <0xc8000200 0x200>;
Stephen Warren95decf82012-05-11 16:11:38 -0600222 interrupts = <0 15 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600223 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600224 };
225
226 sdhci@c8000400 {
227 compatible = "nvidia,tegra20-sdhci";
228 reg = <0xc8000400 0x200>;
Stephen Warren95decf82012-05-11 16:11:38 -0600229 interrupts = <0 19 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600230 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600231 };
232
233 sdhci@c8000600 {
234 compatible = "nvidia,tegra20-sdhci";
235 reg = <0xc8000600 0x200>;
Stephen Warren95decf82012-05-11 16:11:38 -0600236 interrupts = <0 31 0x04>;
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600237 status = "disable";
Grant Likely8e267f32011-07-19 17:26:54 -0600238 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000239
Stephen Warrenc04abb32012-05-11 17:03:26 -0600240 pmu {
241 compatible = "arm,cortex-a9-pmu";
242 interrupts = <0 56 0x04
243 0 57 0x04>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000244 };
Grant Likely8e267f32011-07-19 17:26:54 -0600245};