spear13xx.dtsi 7.3 KB
Newer Older
V
Viresh Kumar 已提交
1 2 3
/*
 * DTS file for all SPEAr13xx SoCs
 *
V
Viresh Kumar 已提交
4
 * Copyright 2012 Viresh Kumar <viresh.linux@gmail.com>
V
Viresh Kumar 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

/include/ "skeleton.dtsi"

/ {
	interrupt-parent = <&gic>;

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
			compatible = "arm,cortex-a9";
25
			device_type = "cpu";
V
Viresh Kumar 已提交
26 27 28 29 30 31
			reg = <0>;
			next-level-cache = <&L2>;
		};

		cpu@1 {
			compatible = "arm,cortex-a9";
32
			device_type = "cpu";
V
Viresh Kumar 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
			reg = <1>;
			next-level-cache = <&L2>;
		};
	};

	gic: interrupt-controller@ec801000 {
		compatible = "arm,cortex-a9-gic";
		interrupt-controller;
		#interrupt-cells = <3>;
		reg = < 0xec801000 0x1000 >,
		      < 0xec800100 0x0100 >;
	};

	pmu {
		compatible = "arm,cortex-a9-pmu";
48 49
		interrupts = <0 6 0x04
			      0 7 0x04>;
V
Viresh Kumar 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
	};

	L2: l2-cache {
		    compatible = "arm,pl310-cache";
		    reg = <0xed000000 0x1000>;
		    cache-unified;
		    cache-level = <2>;
	};

	memory {
		name = "memory";
		device_type = "memory";
		reg = <0 0x40000000>;
	};

	chosen {
		bootargs = "console=ttyAMA0,115200";
	};

69 70 71 72 73 74 75 76 77
	cpufreq {
		compatible = "st,cpufreq-spear";
		cpufreq_tbl = < 166000
				200000
				250000
				300000
				400000
				500000
				600000 >;
78
		status = "disabled";
79 80
	};

V
Viresh Kumar 已提交
81 82 83 84 85 86
	ahb {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
		ranges = <0x50000000 0x50000000 0x10000000
			  0xb0000000 0xb0000000 0x10000000
87 88
			  0xd0000000 0xd0000000 0x02000000
			  0xd8000000 0xd8000000 0x01000000
V
Viresh Kumar 已提交
89 90 91 92 93 94 95 96 97 98 99
			  0xe0000000 0xe0000000 0x10000000>;

		sdhci@b3000000 {
			compatible = "st,sdhci-spear";
			reg = <0xb3000000 0x100>;
			interrupts = <0 28 0x4>;
			status = "disabled";
		};

		cf@b2800000 {
			compatible = "arasan,cf-spear1340";
100
			reg = <0xb2800000 0x1000>;
V
Viresh Kumar 已提交
101 102
			interrupts = <0 29 0x4>;
			status = "disabled";
103 104
			dmas = <&dwdma0 0 0 0 0>;
			dma-names = "data";
V
Viresh Kumar 已提交
105 106
		};

107
		dwdma0: dma@ea800000 {
V
Viresh Kumar 已提交
108 109 110 111
			compatible = "snps,dma-spear1340";
			reg = <0xea800000 0x1000>;
			interrupts = <0 19 0x4>;
			status = "disabled";
112 113 114 115 116 117 118 119 120

			dma-channels = <8>;
			#dma-cells = <3>;
			dma-requests = <32>;
			chan_allocation_order = <1>;
			chan_priority = <1>;
			block_size = <0xfff>;
			dma-masters = <2>;
			data_width = <3 3 0 0>;
V
Viresh Kumar 已提交
121 122 123 124 125 126 127
		};

		dma@eb000000 {
			compatible = "snps,dma-spear1340";
			reg = <0xeb000000 0x1000>;
			interrupts = <0 59 0x4>;
			status = "disabled";
128 129 130 131 132 133 134 135 136

			dma-requests = <32>;
			dma-channels = <8>;
			dma-masters = <2>;
			#dma-cells = <3>;
			chan_allocation_order = <1>;
			chan_priority = <1>;
			block_size = <0xfff>;
			data_width = <3 3 0 0>;
V
Viresh Kumar 已提交
137 138 139 140 141 142
		};

		fsmc: flash@b0000000 {
			compatible = "st,spear600-fsmc-nand";
			#address-cells = <1>;
			#size-cells = <1>;
143 144 145 146 147
			reg = <0xb0000000 0x1000	/* FSMC Register*/
			       0xb0800000 0x0010	/* NAND Base DATA */
			       0xb0820000 0x0010	/* NAND Base ADDR */
			       0xb0810000 0x0010>;	/* NAND Base CMD */
			reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
V
Viresh Kumar 已提交
148 149 150 151
			interrupts = <0 20 0x4
				      0 21 0x4
				      0 22 0x4
				      0 23 0x4>;
152
			st,mode = <2>;
V
Viresh Kumar 已提交
153 154 155 156 157 158
			status = "disabled";
		};

		gmac0: eth@e2000000 {
			compatible = "st,spear600-gmac";
			reg = <0xe2000000 0x8000>;
159 160
			interrupts = <0 33 0x4
				      0 34 0x4>;
V
Viresh Kumar 已提交
161 162 163 164
			interrupt-names = "macirq", "eth_wake_irq";
			status = "disabled";
		};

165 166 167 168
		pcm {
			compatible = "st,pcm-audio";
			#address-cells = <0>;
			#size-cells = <0>;
169
			status = "disabled";
170 171
		};

V
Viresh Kumar 已提交
172 173 174 175 176 177 178 179 180 181 182 183 184
		smi: flash@ea000000 {
			compatible = "st,spear600-smi";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0xea000000 0x1000>;
			interrupts = <0 30 0x4>;
			status = "disabled";
		};

		ehci@e4800000 {
			compatible = "st,spear600-ehci", "usb-ehci";
			reg = <0xe4800000 0x1000>;
			interrupts = <0 64 0x4>;
185
			usbh0_id = <0>;
V
Viresh Kumar 已提交
186 187 188 189 190 191 192
			status = "disabled";
		};

		ehci@e5800000 {
			compatible = "st,spear600-ehci", "usb-ehci";
			reg = <0xe5800000 0x1000>;
			interrupts = <0 66 0x4>;
193
			usbh1_id = <1>;
V
Viresh Kumar 已提交
194 195 196 197 198 199 200
			status = "disabled";
		};

		ohci@e4000000 {
			compatible = "st,spear600-ohci", "usb-ohci";
			reg = <0xe4000000 0x1000>;
			interrupts = <0 65 0x4>;
201
			usbh0_id = <0>;
V
Viresh Kumar 已提交
202 203 204 205 206 207 208
			status = "disabled";
		};

		ohci@e5000000 {
			compatible = "st,spear600-ohci", "usb-ohci";
			reg = <0xe5000000 0x1000>;
			interrupts = <0 67 0x4>;
209
			usbh1_id = <1>;
V
Viresh Kumar 已提交
210 211 212 213 214 215 216 217 218
			status = "disabled";
		};

		apb {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "simple-bus";
			ranges = <0x50000000 0x50000000 0x10000000
				  0xb0000000 0xb0000000 0x10000000
219 220
				  0xd0000000 0xd0000000 0x02000000
				  0xd8000000 0xd8000000 0x01000000
V
Viresh Kumar 已提交
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
				  0xe0000000 0xe0000000 0x10000000>;

			gpio0: gpio@e0600000 {
				compatible = "arm,pl061", "arm,primecell";
				reg = <0xe0600000 0x1000>;
				interrupts = <0 24 0x4>;
				gpio-controller;
				#gpio-cells = <2>;
				interrupt-controller;
				#interrupt-cells = <2>;
				status = "disabled";
			};

			gpio1: gpio@e0680000 {
				compatible = "arm,pl061", "arm,primecell";
				reg = <0xe0680000 0x1000>;
				interrupts = <0 25 0x4>;
				gpio-controller;
				#gpio-cells = <2>;
				interrupt-controller;
				#interrupt-cells = <2>;
				status = "disabled";
			};

			kbd@e0300000 {
				compatible = "st,spear300-kbd";
				reg = <0xe0300000 0x1000>;
248
				interrupts = <0 52 0x4>;
V
Viresh Kumar 已提交
249 250 251 252 253 254 255 256 257 258 259 260
				status = "disabled";
			};

			i2c0: i2c@e0280000 {
				#address-cells = <1>;
				#size-cells = <0>;
				compatible = "snps,designware-i2c";
				reg = <0xe0280000 0x1000>;
				interrupts = <0 41 0x4>;
				status = "disabled";
			};

261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
			i2s@e0180000 {
				compatible = "st,designware-i2s";
				reg = <0xe0180000 0x1000>;
				interrupt-names = "play_irq", "record_irq";
				interrupts = <0 10 0x4
					      0 11 0x4 >;
				status = "disabled";
			};

			i2s@e0200000 {
				compatible = "st,designware-i2s";
				reg = <0xe0200000 0x1000>;
				interrupt-names = "play_irq", "record_irq";
				interrupts = <0 26 0x4
					      0 53 0x4>;
				status = "disabled";
			};

279 280 281
			spi0: spi@e0100000 {
				compatible = "arm,pl022", "arm,primecell";
				reg = <0xe0100000 0x1000>;
282 283
				#address-cells = <1>;
				#size-cells = <0>;
284 285
				interrupts = <0 31 0x4>;
				status = "disabled";
286 287 288
				dmas = <&dwdma0 0x2000 0 0 0>, /* 0x4 << 11 */
					<&dwdma0 0x0280 0 0 0>;  /* 0x5 << 7 */
				dma-names = "tx", "rx";
289 290
			};

V
Viresh Kumar 已提交
291
			rtc@e0580000 {
292
				compatible = "st,spear600-rtc";
V
Viresh Kumar 已提交
293 294 295 296 297 298 299 300
				reg = <0xe0580000 0x1000>;
				interrupts = <0 36 0x4>;
				status = "disabled";
			};

			serial@e0000000 {
				compatible = "arm,pl011", "arm,primecell";
				reg = <0xe0000000 0x1000>;
301
				interrupts = <0 35 0x4>;
V
Viresh Kumar 已提交
302 303 304 305 306 307
				status = "disabled";
			};

			adc@e0080000 {
				compatible = "st,spear600-adc";
				reg = <0xe0080000 0x1000>;
308
				interrupts = <0 12 0x4>;
V
Viresh Kumar 已提交
309 310 311 312 313 314 315 316 317 318 319 320
				status = "disabled";
			};

			timer@e0380000 {
				compatible = "st,spear-timer";
				reg = <0xe0380000 0x400>;
				interrupts = <0 37 0x4>;
			};

			timer@ec800600 {
				compatible = "arm,cortex-a9-twd-timer";
				reg = <0xec800600 0x20>;
321 322
				interrupts = <1 13 0x4>;
				status = "disabled";
V
Viresh Kumar 已提交
323 324 325 326 327 328 329 330 331 332 333
			};

			wdt@ec800620 {
				compatible = "arm,cortex-a9-twd-wdt";
				reg = <0xec800620 0x20>;
				status = "disabled";
			};

			thermal@e07008c4 {
				compatible = "st,thermal-spear1340";
				reg = <0xe07008c4 0x4>;
334
				thermal_flags = <0x7000>;
V
Viresh Kumar 已提交
335 336 337 338
			};
		};
	};
};