xref: /openwifi/kernel_boot/boards/sdrpi/devicetree.dts (revision 9594dc72b7f4c0b5c8aad98797038e7f08992d0b)
1/dts-v1/;
2
3/ {
4	#address-cells = <0x1>;
5	#size-cells = <0x1>;
6	compatible = "xlnx,zynq-7000";
7	interrupt-parent = <0x1>;
8	model = "HexSDR sdrpi (7z020+ad9361 SDR smart platform with GPSTCXO and RF AP)";
9
10	cpus {
11		#address-cells = <0x1>;
12		#size-cells = <0x0>;
13
14		cpu@0 {
15			compatible = "arm,cortex-a9";
16			device_type = "cpu";
17			reg = <0x0>;
18			clocks = <0x2 0x3>;
19			clock-latency = <0x3e8>;
20			cpu0-supply = <0x3>;
21			operating-points = <0xa2c2b 0xf4240 0x51616 0xf4240>;
22		};
23
24		cpu@1 {
25			compatible = "arm,cortex-a9";
26			device_type = "cpu";
27			reg = <0x1>;
28			clocks = <0x2 0x3>;
29		};
30	};
31
32	fpga-full {
33		compatible = "fpga-region";
34		fpga-mgr = <0x4>;
35		#address-cells = <0x1>;
36		#size-cells = <0x1>;
37		ranges;
38	};
39
40	pmu@f8891000 {
41		compatible = "arm,cortex-a9-pmu";
42		interrupts = <0x0 0x5 0x4 0x0 0x6 0x4>;
43		interrupt-parent = <0x1>;
44		reg = <0xf8891000 0x1000 0xf8893000 0x1000>;
45	};
46
47	fixedregulator {
48		compatible = "regulator-fixed";
49		regulator-name = "VCCPINT";
50		regulator-min-microvolt = <0xf4240>;
51		regulator-max-microvolt = <0xf4240>;
52		regulator-boot-on;
53		regulator-always-on;
54		linux,phandle = <0x3>;
55		phandle = <0x3>;
56	};
57
58	amba {
59		u-boot,dm-pre-reloc;
60		compatible = "simple-bus";
61		#address-cells = <0x1>;
62		#size-cells = <0x1>;
63		interrupt-parent = <0x1>;
64		ranges;
65
66		adc@f8007100 {
67			compatible = "xlnx,zynq-xadc-1.00.a";
68			reg = <0xf8007100 0x20>;
69			interrupts = <0x0 0x7 0x4>;
70			interrupt-parent = <0x1>;
71			clocks = <0x2 0xc>;
72		};
73
74		can@e0008000 {
75			compatible = "xlnx,zynq-can-1.0";
76			status = "disabled";
77			clocks = <0x2 0x13 0x2 0x24>;
78			clock-names = "can_clk", "pclk";
79			reg = <0xe0008000 0x1000>;
80			interrupts = <0x0 0x1c 0x4>;
81			interrupt-parent = <0x1>;
82			tx-fifo-depth = <0x40>;
83			rx-fifo-depth = <0x40>;
84		};
85
86		can@e0009000 {
87			compatible = "xlnx,zynq-can-1.0";
88			status = "disabled";
89			clocks = <0x2 0x14 0x2 0x25>;
90			clock-names = "can_clk", "pclk";
91			reg = <0xe0009000 0x1000>;
92			interrupts = <0x0 0x33 0x4>;
93			interrupt-parent = <0x1>;
94			tx-fifo-depth = <0x40>;
95			rx-fifo-depth = <0x40>;
96		};
97
98		gpio@e000a000 {
99			compatible = "xlnx,zynq-gpio-1.0";
100			#gpio-cells = <0x2>;
101			clocks = <0x2 0x2a>;
102			gpio-controller;
103			interrupt-controller;
104			#interrupt-cells = <0x2>;
105			interrupt-parent = <0x1>;
106			interrupts = <0x0 0x14 0x4>;
107			reg = <0xe000a000 0x1000>;
108			linux,phandle = <0x6>;
109			phandle = <0x6>;
110		};
111
112		i2c@e0004000 {
113			compatible = "cdns,i2c-r1p10";
114			status = "disabled";
115			clocks = <0x2 0x26>;
116			interrupt-parent = <0x1>;
117			interrupts = <0x0 0x19 0x4>;
118			reg = <0xe0004000 0x1000>;
119			#address-cells = <0x1>;
120			#size-cells = <0x0>;
121		};
122
123		i2c@e0005000 {
124			compatible = "cdns,i2c-r1p10";
125			status = "disabled";
126			clocks = <0x2 0x27>;
127			interrupt-parent = <0x1>;
128			interrupts = <0x0 0x30 0x4>;
129			reg = <0xe0005000 0x1000>;
130			#address-cells = <0x1>;
131			#size-cells = <0x0>;
132		};
133
134		interrupt-controller@f8f01000 {
135			compatible = "arm,cortex-a9-gic";
136			#interrupt-cells = <0x3>;
137			interrupt-controller;
138			reg = <0xf8f01000 0x1000 0xf8f00100 0x100>;
139			linux,phandle = <0x1>;
140			phandle = <0x1>;
141		};
142
143		cache-controller@f8f02000 {
144			compatible = "arm,pl310-cache";
145			reg = <0xf8f02000 0x1000>;
146			interrupts = <0x0 0x2 0x4>;
147			arm,data-latency = <0x3 0x2 0x2>;
148			arm,tag-latency = <0x2 0x2 0x2>;
149			cache-unified;
150			cache-level = <0x2>;
151		};
152
153		memory-controller@f8006000 {
154			compatible = "xlnx,zynq-ddrc-a05";
155			reg = <0xf8006000 0x1000>;
156		};
157
158		ocmc@f800c000 {
159			compatible = "xlnx,zynq-ocmc-1.0";
160			interrupt-parent = <0x1>;
161			interrupts = <0x0 0x3 0x4>;
162			reg = <0xf800c000 0x1000>;
163		};
164
165		serial@e0000000 {
166			compatible = "xlnx,xuartps", "cdns,uart-r1p8";
167			status = "disabled";
168			clocks = <0x2 0x17 0x2 0x28>;
169			clock-names = "uart_clk", "pclk";
170			reg = <0xe0000000 0x1000>;
171			interrupts = <0x0 0x1b 0x4>;
172		};
173
174		serial@e0001000 {
175			compatible = "xlnx,xuartps", "cdns,uart-r1p8";
176			status = "okay";
177			clocks = <0x2 0x18 0x2 0x29>;
178			clock-names = "uart_clk", "pclk";
179			reg = <0xe0001000 0x1000>;
180			interrupts = <0x0 0x32 0x4>;
181		};
182
183		spi@e0006000 {
184			compatible = "xlnx,zynq-spi-r1p6";
185			reg = <0xe0006000 0x1000>;
186			status = "okay";
187			interrupt-parent = <0x1>;
188			interrupts = <0x0 0x1a 0x4>;
189			clocks = <0x2 0x19 0x2 0x22>;
190			clock-names = "ref_clk", "pclk";
191			#address-cells = <0x1>;
192			#size-cells = <0x0>;
193
194			ad9361-phy@0 {
195				#address-cells = <0x1>;
196				#size-cells = <0x0>;
197				#clock-cells = <0x1>;
198				compatible = "adi,ad9361";
199				reg = <0x0>;
200				spi-cpha;
201				spi-max-frequency = <0x989680>;
202				clocks = <0x5 0x0>;
203				clock-names = "ad9364_ext_refclk";
204				clock-output-names = "rx_sampl_clk", "tx_sampl_clk";
205				adi,digital-interface-tune-skip-mode = <0x0>;
206				adi,pp-tx-swap-enable;
207				adi,pp-rx-swap-enable;
208				adi,rx-frame-pulse-mode-enable;
209				adi,lvds-mode-enable;
210				adi,lvds-bias-mV = <0x96>;
211				adi,lvds-rx-onchip-termination-enable;
212				adi,rx-data-delay = <0x4>;
213				adi,tx-fb-clock-delay = <0x7>;
214				adi,xo-disable-use-ext-refclk-enable;
215				adi,2rx-2tx-mode-enable;
216				adi,frequency-division-duplex-mode-enable;
217				adi,rx-rf-port-input-select = <0x0>;
218				adi,tx-rf-port-input-select = <0x0>;
219				adi,tx-attenuation-mdB = <0x2710>;
220				adi,tx-lo-powerdown-managed-enable;
221				adi,rf-rx-bandwidth-hz = <0x112a880>;
222				adi,rf-tx-bandwidth-hz = <0x112a880>;
223				adi,rx-synthesizer-frequency-hz = <0x0 0x8f0d1800>;
224				adi,tx-synthesizer-frequency-hz = <0x0 0x92080880>;
225				adi,rx-path-clock-frequencies = <0x3a980000 0xea60000 0x7530000 0x3a98000 0x1d4c000 0x1d4c000>;
226				adi,tx-path-clock-frequencies = <0x3a980000 0x7530000 0x7530000 0x3a98000 0x1d4c000 0x1d4c000>;
227				adi,gc-rx1-mode = <0x2>;
228				adi,gc-rx2-mode = <0x2>;
229				adi,gc-adc-ovr-sample-size = <0x4>;
230				adi,gc-adc-small-overload-thresh = <0x2f>;
231				adi,gc-adc-large-overload-thresh = <0x3a>;
232				adi,gc-lmt-overload-high-thresh = <0x320>;
233				adi,gc-lmt-overload-low-thresh = <0x2c0>;
234				adi,gc-dec-pow-measurement-duration = <0x2000>;
235				adi,gc-low-power-thresh = <0x18>;
236				adi,mgc-inc-gain-step = <0x2>;
237				adi,mgc-dec-gain-step = <0x2>;
238				adi,mgc-split-table-ctrl-inp-gain-mode = <0x0>;
239				adi,agc-attack-delay-extra-margin-us = <0x1>;
240				adi,agc-outer-thresh-high = <0x5>;
241				adi,agc-outer-thresh-high-dec-steps = <0x2>;
242				adi,agc-inner-thresh-high = <0xa>;
243				adi,agc-inner-thresh-high-dec-steps = <0x1>;
244				adi,agc-inner-thresh-low = <0xc>;
245				adi,agc-inner-thresh-low-inc-steps = <0x1>;
246				adi,agc-outer-thresh-low = <0x12>;
247				adi,agc-outer-thresh-low-inc-steps = <0x2>;
248				adi,agc-adc-small-overload-exceed-counter = <0xa>;
249				adi,agc-adc-large-overload-exceed-counter = <0xa>;
250				adi,agc-adc-large-overload-inc-steps = <0x2>;
251				adi,agc-lmt-overload-large-exceed-counter = <0xa>;
252				adi,agc-lmt-overload-small-exceed-counter = <0xa>;
253				adi,agc-lmt-overload-large-inc-steps = <0x2>;
254				adi,agc-gain-update-interval-us = <0x3e8>;
255				adi,fagc-dec-pow-measurement-duration = <0x40>;
256				adi,fagc-lp-thresh-increment-steps = <0x1>;
257				adi,fagc-lp-thresh-increment-time = <0x5>;
258				adi,fagc-energy-lost-stronger-sig-gain-lock-exit-cnt = <0x8>;
259				adi,fagc-final-overrange-count = <0x3>;
260				adi,fagc-gain-index-type-after-exit-rx-mode = <0x0>;
261				adi,fagc-lmt-final-settling-steps = <0x1>;
262				adi,fagc-lock-level = <0xa>;
263				adi,fagc-lock-level-gain-increase-upper-limit = <0x5>;
264				adi,fagc-lock-level-lmt-gain-increase-enable;
265				adi,fagc-lpf-final-settling-steps = <0x1>;
266				adi,fagc-optimized-gain-offset = <0x5>;
267				adi,fagc-power-measurement-duration-in-state5 = <0x40>;
268				adi,fagc-rst-gla-engergy-lost-goto-optim-gain-enable;
269				adi,fagc-rst-gla-engergy-lost-sig-thresh-below-ll = <0xa>;
270				adi,fagc-rst-gla-engergy-lost-sig-thresh-exceeded-enable;
271				adi,fagc-rst-gla-if-en-agc-pulled-high-mode = <0x0>;
272				adi,fagc-rst-gla-large-adc-overload-enable;
273				adi,fagc-rst-gla-large-lmt-overload-enable;
274				adi,fagc-rst-gla-stronger-sig-thresh-above-ll = <0xa>;
275				adi,fagc-rst-gla-stronger-sig-thresh-exceeded-enable;
276				adi,fagc-state-wait-time-ns = <0x104>;
277				adi,fagc-use-last-lock-level-for-set-gain-enable;
278				adi,rssi-restart-mode = <0x3>;
279				adi,rssi-delay = <0x1>;
280				adi,rssi-wait = <0x1>;
281				adi,rssi-duration = <0x3e8>;
282				adi,ctrl-outs-index = <0x0>;
283				adi,ctrl-outs-enable-mask = <0xff>;
284				adi,temp-sense-measurement-interval-ms = <0x3e8>;
285				adi,temp-sense-offset-signed = <0xce>;
286				adi,temp-sense-periodic-measurement-enable;
287				adi,aux-dac-manual-mode-enable;
288				adi,aux-dac1-default-value-mV = <0x0>;
289				adi,aux-dac1-rx-delay-us = <0x0>;
290				adi,aux-dac1-tx-delay-us = <0x0>;
291				adi,aux-dac2-default-value-mV = <0x0>;
292				adi,aux-dac2-rx-delay-us = <0x0>;
293				adi,aux-dac2-tx-delay-us = <0x0>;
294				en_agc-gpios = <0x6 0x62 0x0>;
295				sync-gpios = <0x6 0x63 0x0>;
296				reset-gpios = <0x6 0x64 0x0>;
297				enable-gpios = <0x6 0x65 0x0>;
298				txnrx-gpios = <0x6 0x66 0x0>;
299				linux,phandle = <0xb>;
300				phandle = <0xb>;
301			};
302		};
303
304		spi@e0007000 {
305			compatible = "xlnx,zynq-spi-r1p6";
306			reg = <0xe0007000 0x1000>;
307			status = "disabled";
308			interrupt-parent = <0x1>;
309			interrupts = <0x0 0x31 0x4>;
310			clocks = <0x2 0x1a 0x2 0x23>;
311			clock-names = "ref_clk", "pclk";
312			#address-cells = <0x1>;
313			#size-cells = <0x0>;
314		};
315
316		spi@e000d000 {
317			clock-names = "ref_clk", "pclk";
318			clocks = <0x2 0xa 0x2 0x2b>;
319			compatible = "xlnx,zynq-qspi-1.0";
320			status = "okay";
321			interrupt-parent = <0x1>;
322			interrupts = <0x0 0x13 0x4>;
323			reg = <0xe000d000 0x1000>;
324			#address-cells = <0x1>;
325			#size-cells = <0x0>;
326			is-dual = <0x0>;
327			num-cs = <0x1>;
328
329			ps7-qspi@0 {
330				#address-cells = <0x1>;
331				#size-cells = <0x1>;
332				spi-tx-bus-width = <0x1>;
333				spi-rx-bus-width = <0x4>;
334				compatible = "n25q256a", "jedec,spi-nor";
335				reg = <0x0>;
336				spi-max-frequency = <0x2faf080>;
337
338				partition@qspi-fsbl-uboot {
339					label = "qspi-fsbl-uboot";
340					reg = <0x0 0xe0000>;
341				};
342
343				partition@qspi-uboot-env {
344					label = "qspi-uboot-env";
345					reg = <0xe0000 0x20000>;
346				};
347
348				partition@qspi-linux {
349					label = "qspi-linux";
350					reg = <0x100000 0x500000>;
351				};
352
353				partition@qspi-device-tree {
354					label = "qspi-device-tree";
355					reg = <0x600000 0x20000>;
356				};
357
358				partition@qspi-rootfs {
359					label = "qspi-rootfs";
360					reg = <0x620000 0xce0000>;
361				};
362
363				partition@qspi-bitstream {
364					label = "qspi-bitstream";
365					reg = <0x1300000 0xd00000>;
366				};
367			};
368		};
369
370		memory-controller@e000e000 {
371			#address-cells = <0x1>;
372			#size-cells = <0x1>;
373			status = "disabled";
374			clock-names = "memclk", "aclk";
375			clocks = <0x2 0xb 0x2 0x2c>;
376			compatible = "arm,pl353-smc-r2p1";
377			interrupt-parent = <0x1>;
378			interrupts = <0x0 0x12 0x4>;
379			ranges;
380			reg = <0xe000e000 0x1000>;
381
382			flash@e1000000 {
383				status = "disabled";
384				compatible = "arm,pl353-nand-r2p1";
385				reg = <0xe1000000 0x1000000>;
386				#address-cells = <0x1>;
387				#size-cells = <0x1>;
388			};
389
390			flash@e2000000 {
391				status = "disabled";
392				compatible = "cfi-flash";
393				reg = <0xe2000000 0x2000000>;
394				#address-cells = <0x1>;
395				#size-cells = <0x1>;
396			};
397		};
398
399		ethernet@e000b000 {
400			compatible = "cdns,zynq-gem", "cdns,gem";
401			reg = <0xe000b000 0x1000>;
402			status = "okay";
403			interrupts = <0x0 0x16 0x4>;
404			clocks = <0x2 0x1e 0x2 0x1e 0x2 0xd>;
405			clock-names = "pclk", "hclk", "tx_clk";
406			#address-cells = <0x1>;
407			#size-cells = <0x0>;
408			phy-handle = <0x7>;
409			phy-mode = "rgmii-id";
410
411			phy@0 {
412				device_type = "ethernet-phy";
413				reg = <0x0>;
414				marvell,reg-init = <0x3 0x10 0xff00 0x1e 0x3 0x11 0xfff0 0x0>;
415				linux,phandle = <0x7>;
416				phandle = <0x7>;
417			};
418		};
419
420
421		ethernet@e000c000 {
422			compatible = "cdns,zynq-gem", "cdns,gem";
423			reg = <0xe000c000 0x1000>;
424			status = "okay";
425			interrupts = <0x0 0x2d 0x4>;
426			clocks = <0x2 0x1f 0x2 0x1f 0x2 0xe>;
427			clock-names = "pclk", "hclk", "tx_clk";
428			#address-cells = <0x1>;
429			#size-cells = <0x0>;
430			phy-mode = "gmii";
431			phy-handle = <&phy1>;
432
433			phy1: phy@0{
434				reg = <0>;
435			};
436		};
437
438
439		mmc@e0100000 {
440			compatible = "arasan,sdhci-8.9a";
441			status = "okay";
442			clock-names = "clk_xin", "clk_ahb";
443			clocks = <0x2 0x15 0x2 0x20>;
444			interrupt-parent = <0x1>;
445			interrupts = <0x0 0x18 0x4>;
446			reg = <0xe0100000 0x1000>;
447			disable-wp;
448		};
449
450		mmc@e0101000 {
451			compatible = "arasan,sdhci-8.9a";
452			status = "disabled";
453			clock-names = "clk_xin", "clk_ahb";
454			clocks = <0x2 0x16 0x2 0x21>;
455			interrupt-parent = <0x1>;
456			interrupts = <0x0 0x2f 0x4>;
457			reg = <0xe0101000 0x1000>;
458		};
459
460		slcr@f8000000 {
461			u-boot,dm-pre-reloc;
462			#address-cells = <0x1>;
463			#size-cells = <0x1>;
464			compatible = "xlnx,zynq-slcr", "syscon", "simple-mfd";
465			reg = <0xf8000000 0x1000>;
466			ranges;
467			linux,phandle = <0x8>;
468			phandle = <0x8>;
469
470			clkc@100 {
471				u-boot,dm-pre-reloc;
472				#clock-cells = <0x1>;
473				compatible = "xlnx,ps7-clkc";
474				fclk-enable = <0xf>;
475				clock-output-names = "armpll", "ddrpll", "iopll", "cpu_6or4x", "cpu_3or2x", "cpu_2x", "cpu_1x", "ddr2x", "ddr3x", "dci", "lqspi", "smc", "pcap", "gem0", "gem1", "fclk0", "fclk1", "fclk2", "fclk3", "can0", "can1", "sdio0", "sdio1", "uart0", "uart1", "spi0", "spi1", "dma", "usb0_aper", "usb1_aper", "gem0_aper", "gem1_aper", "sdio0_aper", "sdio1_aper", "spi0_aper", "spi1_aper", "can0_aper", "can1_aper", "i2c0_aper", "i2c1_aper", "uart0_aper", "uart1_aper", "gpio_aper", "lqspi_aper", "smc_aper", "swdt", "dbg_trc", "dbg_apb";
476				reg = <0x100 0x100>;
477				ps-clk-frequency = <0x1fca055>;
478				linux,phandle = <0x2>;
479				phandle = <0x2>;
480			};
481
482			rstc@200 {
483				compatible = "xlnx,zynq-reset";
484				reg = <0x200 0x48>;
485				#reset-cells = <0x1>;
486				syscon = <0x8>;
487			};
488
489			pinctrl@700 {
490				compatible = "xlnx,pinctrl-zynq";
491				reg = <0x700 0x200>;
492				syscon = <0x8>;
493			};
494		};
495
496		dmac@f8003000 {
497			compatible = "arm,pl330", "arm,primecell";
498			reg = <0xf8003000 0x1000>;
499			interrupt-parent = <0x1>;
500			interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7";
501			interrupts = <0x0 0xd 0x4 0x0 0xe 0x4 0x0 0xf 0x4 0x0 0x10 0x4 0x0 0x11 0x4 0x0 0x28 0x4 0x0 0x29 0x4 0x0 0x2a 0x4 0x0 0x2b 0x4>;
502			#dma-cells = <0x1>;
503			#dma-channels = <0x8>;
504			#dma-requests = <0x4>;
505			clocks = <0x2 0x1b>;
506			clock-names = "apb_pclk";
507		};
508
509		devcfg@f8007000 {
510			compatible = "xlnx,zynq-devcfg-1.0";
511			interrupt-parent = <0x1>;
512			interrupts = <0x0 0x8 0x4>;
513			reg = <0xf8007000 0x100>;
514			clocks = <0x2 0xc 0x2 0xf 0x2 0x10 0x2 0x11 0x2 0x12>;
515			clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
516			syscon = <0x8>;
517			linux,phandle = <0x4>;
518			phandle = <0x4>;
519		};
520
521		efuse@f800d000 {
522			compatible = "xlnx,zynq-efuse";
523			reg = <0xf800d000 0x20>;
524		};
525
526		timer@f8f00200 {
527			compatible = "arm,cortex-a9-global-timer";
528			reg = <0xf8f00200 0x20>;
529			interrupts = <0x1 0xb 0x301>;
530			interrupt-parent = <0x1>;
531			clocks = <0x2 0x4>;
532		};
533
534		timer@f8001000 {
535			interrupt-parent = <0x1>;
536			interrupts = <0x0 0xa 0x4 0x0 0xb 0x4 0x0 0xc 0x4>;
537			compatible = "cdns,ttc";
538			clocks = <0x2 0x6>;
539			reg = <0xf8001000 0x1000>;
540		};
541
542		timer@f8002000 {
543			interrupt-parent = <0x1>;
544			interrupts = <0x0 0x25 0x4 0x0 0x26 0x4 0x0 0x27 0x4>;
545			compatible = "cdns,ttc";
546			clocks = <0x2 0x6>;
547			reg = <0xf8002000 0x1000>;
548		};
549
550		timer@f8f00600 {
551			interrupt-parent = <0x1>;
552			interrupts = <0x1 0xd 0x301>;
553			compatible = "arm,cortex-a9-twd-timer";
554			reg = <0xf8f00600 0x20>;
555			clocks = <0x2 0x4>;
556		};
557
558		usb@e0002000 {
559			compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
560			status = "okay";
561			clocks = <0x2 0x1c>;
562			interrupt-parent = <0x1>;
563			interrupts = <0x0 0x15 0x4>;
564			reg = <0xe0002000 0x1000>;
565			phy_type = "ulpi";
566			dr_mode = "host";
567			xlnx,phy-reset-gpio = <0x6 0x7 0x0>;
568		};
569
570		usb@e0003000 {
571			compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
572			status = "disabled";
573			clocks = <0x2 0x1d>;
574			interrupt-parent = <0x1>;
575			interrupts = <0x0 0x2c 0x4>;
576			reg = <0xe0003000 0x1000>;
577			phy_type = "ulpi";
578		};
579
580		watchdog@f8005000 {
581			clocks = <0x2 0x2d>;
582			compatible = "cdns,wdt-r1p2";
583			interrupt-parent = <0x1>;
584			interrupts = <0x0 0x9 0x1>;
585			reg = <0xf8005000 0x1000>;
586			timeout-sec = <0xa>;
587		};
588	};
589
590	aliases {
591		ethernet0 = "/amba/ethernet@e000b000";
592		serial0 = "/amba/serial@e0001000";
593	};
594
595	memory {
596		device_type = "memory";
597		reg = <0x0 0x40000000>;
598	};
599
600	chosen {
601		linux,stdout-path = "/amba@0/uart@E0001000";
602	};
603
604	clocks {
605
606		clock@0 {
607			#clock-cells = <0x0>;
608			compatible = "adjustable-clock";
609			clock-frequency = <0x2625a00>;
610			clock-accuracy = <0x30d40>;
611			clock-output-names = "ad9364_ext_refclk";
612			linux,phandle = <0x5>;
613			phandle = <0x5>;
614		};
615
616		clock@1 {
617			#clock-cells = <0x0>;
618			compatible = "fixed-clock";
619			clock-frequency = <0x16e3600>;
620			clock-output-names = "24MHz";
621			linux,phandle = <0x9>;
622			phandle = <0x9>;
623		};
624	};
625
626	usb-ulpi-gpio-gate@0 {
627		compatible = "gpio-gate-clock";
628		clocks = <0x9>;
629		#clock-cells = <0x0>;
630		enable-gpios = <0x6 0x9 0x1>;
631	};
632
633	fpga-axi@0 {
634		compatible = "simple-bus";
635		#address-cells = <0x1>;
636		#size-cells = <0x1>;
637		ranges;
638
639		i2c@41600000 {
640			compatible = "xlnx,axi-iic-1.02.a", "xlnx,xps-iic-2.00.a";
641			reg = <0x41600000 0x10000>;
642			interrupt-parent = <0x1>;
643			interrupts = <0x0 0x3a 0x4>;
644			clocks = <0x2 0xf>;
645			clock-names = "pclk";
646			#address-cells = <0x1>;
647			#size-cells = <0x0>;
648
649			ad7291@20 {
650				compatible = "adi,ad7291";
651				reg = <0x20>;
652			};
653
654			ad7291-bob@2C {
655				compatible = "adi,ad7291";
656				reg = <0x2c>;
657			};
658
659			eeprom@50 {
660				compatible = "at24,24c32";
661				reg = <0x50>;
662			};
663		};
664
665		// dma@7c400000 {
666		// 	compatible = "adi,axi-dmac-1.00.a";
667		// 	reg = <0x7c400000 0x10000>;
668		// 	#dma-cells = <0x1>;
669		// 	interrupts = <0x0 0x39 0x0>;
670		// 	clocks = <0x2 0x10>;
671		// 	linux,phandle = <0xa>;
672		// 	phandle = <0xa>;
673
674		// 	adi,channels {
675		// 		#size-cells = <0x0>;
676		// 		#address-cells = <0x1>;
677
678		// 		dma-channel@0 {
679		// 			reg = <0x0>;
680		// 			adi,source-bus-width = <0x40>;
681		// 			adi,source-bus-type = <0x2>;
682		// 			adi,destination-bus-width = <0x40>;
683		// 			adi,destination-bus-type = <0x0>;
684		// 		};
685		// 	};
686		// };
687
688		// dma@7c420000 {
689		// 	compatible = "adi,axi-dmac-1.00.a";
690		// 	reg = <0x7c420000 0x10000>;
691		// 	#dma-cells = <0x1>;
692		// 	interrupts = <0x0 0x38 0x0>;
693		// 	clocks = <0x2 0x10>;
694		// 	linux,phandle = <0xc>;
695		// 	phandle = <0xc>;
696
697		// 	adi,channels {
698		// 		#size-cells = <0x0>;
699		// 		#address-cells = <0x1>;
700
701		// 		dma-channel@0 {
702		// 			reg = <0x0>;
703		// 			adi,source-bus-width = <0x40>;
704		// 			adi,source-bus-type = <0x0>;
705		// 			adi,destination-bus-width = <0x40>;
706		// 			adi,destination-bus-type = <0x2>;
707		// 		};
708		// 	};
709		// };
710
711		sdr: sdr {
712			compatible ="sdr,sdr";
713			dmas = <&rx_dma 1
714					&tx_dma 0>;
715			dma-names = "rx_dma_s2mm", "tx_dma_mm2s";
716			interrupt-names = "not_valid_anymore", "rx_pkt_intr", "tx_itrpt";
717			interrupt-parent = <1>;
718			interrupts = <0 29 1 0 30 1 0 33 1 0 34 1>;
719		} ;
720
721		axidmatest_1: axidmatest@1 {
722			compatible ="xlnx,axi-dma-test-1.00.a";
723			dmas = <&rx_dma 0
724				&rx_dma 1>;
725			dma-names = "axidma0", "axidma1";
726		} ;
727
728		tx_dma: dma@80400000 {
729			#dma-cells = <1>;
730			clock-names = "s_axi_lite_aclk", "m_axi_sg_aclk", "m_axi_mm2s_aclk", "m_axi_s2mm_aclk";
731			clocks = <0x2 0x11>, <0x2 0x11>, <0x2 0x11>, <0x2 0x11>;
732			compatible = "xlnx,axi-dma-1.00.a";
733			interrupt-names = "mm2s_introut", "s2mm_introut";
734			interrupt-parent = <1>;
735			interrupts = <0 35 4 0 36 4>;
736			reg = <0x80400000 0x10000>;
737			xlnx,addrwidth = <0x20>;
738			xlnx,include-sg ;
739			xlnx,sg-length-width = <0xe>;
740			dma-channel@80400000 {
741				compatible = "xlnx,axi-dma-mm2s-channel";
742				dma-channels = <0x1>;
743				interrupts = <0 35 4>;
744				xlnx,datawidth = <0x40>;
745				xlnx,device-id = <0x0>;
746			};
747			dma-channel@80400030 {
748				compatible = "xlnx,axi-dma-s2mm-channel";
749				dma-channels = <0x1>;
750				interrupts = <0 36 4>;
751				xlnx,datawidth = <0x40>;
752				xlnx,device-id = <0x0>;
753			};
754		};
755
756		rx_dma: dma@80410000 {
757			#dma-cells = <1>;
758			clock-names = "s_axi_lite_aclk", "m_axi_sg_aclk", "m_axi_mm2s_aclk", "m_axi_s2mm_aclk";
759			clocks = <0x2 0x11>, <0x2 0x11>, <0x2 0x11>, <0x2 0x11>;
760			compatible = "xlnx,axi-dma-1.00.a";
761			//dma-coherent ;
762			interrupt-names = "mm2s_introut", "s2mm_introut";
763			interrupt-parent = <1>;
764			interrupts = <0 31 4 0 32 4>;
765			reg = <0x80410000 0x10000>;
766			xlnx,addrwidth = <0x20>;
767			xlnx,include-sg ;
768			xlnx,sg-length-width = <0xe>;
769			dma-channel@80410000 {
770				compatible = "xlnx,axi-dma-mm2s-channel";
771				dma-channels = <0x1>;
772				interrupts = <0 31 4>;
773				xlnx,datawidth = <0x40>;
774				xlnx,device-id = <0x1>;
775			};
776			dma-channel@80410030 {
777				compatible = "xlnx,axi-dma-s2mm-channel";
778				dma-channels = <0x1>;
779				interrupts = <0 32 4>;
780				xlnx,datawidth = <0x40>;
781				xlnx,device-id = <0x1>;
782			};
783		};
784
785		tx_intf_0: tx_intf@83c00000 {
786			clock-names = "s00_axi_aclk", "s00_axis_aclk";//, "s01_axis_aclk", "m00_axis_aclk";
787			clocks = <0x2 0x11>, <0x2 0x11>;//, <0x2 0x11>, <0x2 0x11>;
788			compatible = "sdr,tx_intf";
789			interrupt-names = "tx_itrpt";
790			interrupt-parent = <1>;
791			interrupts = <0 34 1>;
792			reg = <0x83c00000 0x10000>;
793			xlnx,s00-axi-addr-width = <0x7>;
794			xlnx,s00-axi-data-width = <0x20>;
795		};
796
797		rx_intf_0: rx_intf@83c20000 {
798			clock-names = "s00_axi_aclk", "m00_axis_aclk";//, "s00_axis_aclk";
799			clocks = <0x2 0x11>, <0x2 0x11>;//, <0x2 0x11>;
800			compatible = "sdr,rx_intf";
801			interrupt-names = "not_valid_anymore", "rx_pkt_intr";
802			interrupt-parent = <1>;
803			interrupts = <0 29 1 0 30 1>;
804			reg = <0x83c20000 0x10000>;
805			xlnx,s00-axi-addr-width = <0x7>;
806			xlnx,s00-axi-data-width = <0x20>;
807		};
808
809		openofdm_tx_0: openofdm_tx@83c10000 {
810			clock-names = "clk";
811			clocks = <0x2 0x11>;
812			compatible = "sdr,openofdm_tx";
813			reg = <0x83c10000 0x10000>;
814		};
815
816		openofdm_rx_0: openofdm_rx@83c30000 {
817			clock-names = "clk";
818			clocks = <0x2 0x11>;
819			compatible = "sdr,openofdm_rx";
820			reg = <0x83c30000 0x10000>;
821		};
822
823		xpu_0: xpu@83c40000 {
824			clock-names = "s00_axi_aclk";
825			clocks = <0x2 0x11>;
826			compatible = "sdr,xpu";
827			reg = <0x83c40000 0x10000>;
828		};
829
830		side_ch_0: side_ch@83c50000 {
831			clock-names = "s00_axi_aclk";
832			clocks = <0x2 0x11>;
833			compatible = "sdr,side_ch";
834			reg = <0x83c50000 0x10000>;
835			dmas = <&rx_dma 0
836					&tx_dma 1>;
837			dma-names = "rx_dma_mm2s", "tx_dma_s2mm";
838		};
839
840		cf-ad9361-lpc@79020000 {
841			compatible = "adi,axi-ad9361-6.00.a";
842			reg = <0x79020000 0x6000>;
843			// dmas = <0xa 0x0>;
844			// dma-names = "rx";
845			spibus-connected = <0xb>;
846		};
847
848		cf-ad9361-dds-core-lpc@79024000 {
849			compatible = "adi,axi-ad9361-dds-6.00.a";
850			reg = <0x79024000 0x1000>;
851			clocks = <0xb 0xd>;
852			clock-names = "sampl_clk";
853			// dmas = <0xc 0x0>;
854			// dma-names = "tx";
855		};
856
857		mwipcore@43c00000 {
858			compatible = "mathworks,mwipcore-axi4lite-v1.00";
859			reg = <0x43c00000 0xffff>;
860		};
861
862		/*axi-sysid-0@45000000 {
863			compatible = "adi,axi-sysid-1.00.a";
864			reg = <0x45000000 0x10000>;
865		};*/
866	};
867
868	leds {
869		compatible = "gpio-leds";
870
871		led0 {
872			label = "led0:green";
873			gpios = <0x6 0xF 0>;
874			linux,default-trigger = "heartbeat";
875		};
876	};
877
878//	gpio_keys {
879//		compatible = "gpio-keys";
880//		#address-cells = <0x1>;
881//		#size-cells = <0x0>;
882//		autorepeat;
883//
884//		sw1 {
885//			label = "SW1";
886//			linux,input-type = <0x5>;
887//			linux,code = <0x3>;
888//			gpios = <0x6 0xE 0x0>;
889//		};
890//	};
891};
892