blob: 8712449be9e1ecae60c4b67dd6bae95dd9cb2da0 [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
7 intc: interrupt-controller@50041000 {
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -07008 compatible = "arm,cortex-a9-gic";
Grant Likely8e267f32011-07-19 17:26:54 -06009 interrupt-controller;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070010 #interrupt-cells = <3>;
Grant Likely8e267f32011-07-19 17:26:54 -060011 reg = < 0x50041000 0x1000 >,
12 < 0x50040100 0x0100 >;
13 };
14
Stephen Warren8051b752012-01-11 16:09:54 -070015 apbdma: dma@6000a000 {
16 compatible = "nvidia,tegra20-apbdma";
17 reg = <0x6000a000 0x1200>;
18 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 >;
34 };
35
Grant Likely8e267f32011-07-19 17:26:54 -060036 i2c@7000c000 {
37 #address-cells = <1>;
38 #size-cells = <0>;
39 compatible = "nvidia,tegra20-i2c";
40 reg = <0x7000C000 0x100>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070041 interrupts = < 0 38 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -060042 };
43
44 i2c@7000c400 {
45 #address-cells = <1>;
46 #size-cells = <0>;
47 compatible = "nvidia,tegra20-i2c";
48 reg = <0x7000C400 0x100>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070049 interrupts = < 0 84 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -060050 };
51
52 i2c@7000c500 {
53 #address-cells = <1>;
54 #size-cells = <0>;
55 compatible = "nvidia,tegra20-i2c";
56 reg = <0x7000C500 0x100>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070057 interrupts = < 0 92 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -060058 };
59
60 i2c@7000d000 {
61 #address-cells = <1>;
62 #size-cells = <0>;
Stephen Warren0bc2ecb2011-12-17 23:29:31 -070063 compatible = "nvidia,tegra20-i2c-dvc";
Grant Likely8e267f32011-07-19 17:26:54 -060064 reg = <0x7000D000 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070065 interrupts = < 0 53 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -060066 };
67
Stephen Warrenc404af02012-01-11 16:09:56 -070068 tegra_i2s1: i2s@70002800 {
Grant Likely8e267f32011-07-19 17:26:54 -060069 compatible = "nvidia,tegra20-i2s";
70 reg = <0x70002800 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070071 interrupts = < 0 13 0x04 >;
Stephen Warren5c8ee312012-01-11 16:09:55 -070072 nvidia,dma-request-selector = < &apbdma 2 >;
Grant Likely8e267f32011-07-19 17:26:54 -060073 };
74
Stephen Warrenc404af02012-01-11 16:09:56 -070075 tegra_i2s2: i2s@70002a00 {
Grant Likely8e267f32011-07-19 17:26:54 -060076 compatible = "nvidia,tegra20-i2s";
77 reg = <0x70002a00 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070078 interrupts = < 0 3 0x04 >;
Stephen Warren5c8ee312012-01-11 16:09:55 -070079 nvidia,dma-request-selector = < &apbdma 1 >;
Grant Likely8e267f32011-07-19 17:26:54 -060080 };
81
82 das@70000c00 {
Grant Likely8e267f32011-07-19 17:26:54 -060083 compatible = "nvidia,tegra20-das";
84 reg = <0x70000c00 0x80>;
85 };
86
87 gpio: gpio@6000d000 {
88 compatible = "nvidia,tegra20-gpio";
89 reg = < 0x6000d000 0x1000 >;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -070090 interrupts = < 0 32 0x04
91 0 33 0x04
92 0 34 0x04
93 0 35 0x04
94 0 55 0x04
95 0 87 0x04
96 0 89 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -060097 #gpio-cells = <2>;
98 gpio-controller;
99 };
100
Stephen Warrenf62f5482011-10-11 16:16:13 -0600101 pinmux: pinmux@70000000 {
102 compatible = "nvidia,tegra20-pinmux";
103 reg = < 0x70000014 0x10 /* Tri-state registers */
104 0x70000080 0x20 /* Mux registers */
105 0x700000a0 0x14 /* Pull-up/down registers */
106 0x70000868 0xa8 >; /* Pad control registers */
107 };
108
Grant Likely8e267f32011-07-19 17:26:54 -0600109 serial@70006000 {
110 compatible = "nvidia,tegra20-uart";
111 reg = <0x70006000 0x40>;
112 reg-shift = <2>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700113 interrupts = < 0 36 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600114 };
115
116 serial@70006040 {
117 compatible = "nvidia,tegra20-uart";
118 reg = <0x70006040 0x40>;
119 reg-shift = <2>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700120 interrupts = < 0 37 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600121 };
122
123 serial@70006200 {
124 compatible = "nvidia,tegra20-uart";
125 reg = <0x70006200 0x100>;
126 reg-shift = <2>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700127 interrupts = < 0 46 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600128 };
129
130 serial@70006300 {
131 compatible = "nvidia,tegra20-uart";
132 reg = <0x70006300 0x100>;
133 reg-shift = <2>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700134 interrupts = < 0 90 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600135 };
136
137 serial@70006400 {
138 compatible = "nvidia,tegra20-uart";
139 reg = <0x70006400 0x100>;
140 reg-shift = <2>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700141 interrupts = < 0 91 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600142 };
143
Olof Johansson0c6700a2011-10-13 02:14:55 -0700144 emc@7000f400 {
145 #address-cells = <1>;
146 #size-cells = <0>;
147 compatible = "nvidia,tegra20-emc";
148 reg = <0x7000f400 0x200>;
149 };
150
Grant Likely8e267f32011-07-19 17:26:54 -0600151 sdhci@c8000000 {
152 compatible = "nvidia,tegra20-sdhci";
153 reg = <0xc8000000 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700154 interrupts = < 0 14 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600155 };
156
157 sdhci@c8000200 {
158 compatible = "nvidia,tegra20-sdhci";
159 reg = <0xc8000200 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700160 interrupts = < 0 15 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600161 };
162
163 sdhci@c8000400 {
164 compatible = "nvidia,tegra20-sdhci";
165 reg = <0xc8000400 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700166 interrupts = < 0 19 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600167 };
168
169 sdhci@c8000600 {
170 compatible = "nvidia,tegra20-sdhci";
171 reg = <0xc8000600 0x200>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700172 interrupts = < 0 31 0x04 >;
Grant Likely8e267f32011-07-19 17:26:54 -0600173 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000174
175 usb@c5000000 {
176 compatible = "nvidia,tegra20-ehci", "usb-ehci";
177 reg = <0xc5000000 0x4000>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700178 interrupts = < 0 20 0x04 >;
Olof Johanssonc27317c2011-11-04 09:12:39 +0000179 phy_type = "utmi";
180 };
181
182 usb@c5004000 {
183 compatible = "nvidia,tegra20-ehci", "usb-ehci";
184 reg = <0xc5004000 0x4000>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700185 interrupts = < 0 21 0x04 >;
Olof Johanssonc27317c2011-11-04 09:12:39 +0000186 phy_type = "ulpi";
187 };
188
189 usb@c5008000 {
190 compatible = "nvidia,tegra20-ehci", "usb-ehci";
191 reg = <0xc5008000 0x4000>;
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700192 interrupts = < 0 97 0x04 >;
Olof Johanssonc27317c2011-11-04 09:12:39 +0000193 phy_type = "utmi";
194 };
Grant Likely8e267f32011-07-19 17:26:54 -0600195};
196