xref: /openbmc/qemu/pc-bios/dtb/petalogix-ml605.dts (revision 06b40d250ecfa1633209c2e431a7a38acfd03a98)
1*12963e79SBALATON Zoltan/*
2*12963e79SBALATON Zoltan * Copyright (c) 2020 Xilinx Inc.
3*12963e79SBALATON Zoltan * Written by Edgar E. Iglesias <edgar.iglesias@xilinx.com>.
4*12963e79SBALATON Zoltan *
5*12963e79SBALATON Zoltan * SPDX-License-Identifier:     GPL-2.0+
6*12963e79SBALATON Zoltan */
7*12963e79SBALATON Zoltan
8*12963e79SBALATON Zoltan/dts-v1/;
9*12963e79SBALATON Zoltan
10*12963e79SBALATON Zoltan/ {
11*12963e79SBALATON Zoltan	#address-cells = < 0x01 >;
12*12963e79SBALATON Zoltan	#size-cells = < 0x01 >;
13*12963e79SBALATON Zoltan	compatible = "xlnx,microblaze";
14*12963e79SBALATON Zoltan	model = "edk131";
15*12963e79SBALATON Zoltan
16*12963e79SBALATON Zoltan	memory@50000000 {
17*12963e79SBALATON Zoltan		device_type = "memory";
18*12963e79SBALATON Zoltan		reg = < 0x50000000 0x10000000 >;
19*12963e79SBALATON Zoltan	};
20*12963e79SBALATON Zoltan
21*12963e79SBALATON Zoltan	aliases {
22*12963e79SBALATON Zoltan		ethernet0 = "/axi/axi-ethernet@82780000";
23*12963e79SBALATON Zoltan		serial0 = "/axi/serial@83e00000";
24*12963e79SBALATON Zoltan	};
25*12963e79SBALATON Zoltan
26*12963e79SBALATON Zoltan	chosen {
27*12963e79SBALATON Zoltan		bootargs = " console=ttyS0,115200 ";
28*12963e79SBALATON Zoltan		stdout-path = "/axi/serial@83e00000";
29*12963e79SBALATON Zoltan	};
30*12963e79SBALATON Zoltan
31*12963e79SBALATON Zoltan	cpus {
32*12963e79SBALATON Zoltan		#address-cells = < 0x01 >;
33*12963e79SBALATON Zoltan		#cpus = < 0x01 >;
34*12963e79SBALATON Zoltan		#size-cells = < 0x00 >;
35*12963e79SBALATON Zoltan
36*12963e79SBALATON Zoltan		cpu@0 {
37*12963e79SBALATON Zoltan			clock-frequency = < 0xbebc200 >;
38*12963e79SBALATON Zoltan			compatible = "xlnx,microblaze-8.10.a";
39*12963e79SBALATON Zoltan			d-cache-baseaddr = < 0x50000000 >;
40*12963e79SBALATON Zoltan			d-cache-highaddr = < 0x5fffffff >;
41*12963e79SBALATON Zoltan			d-cache-line-size = < 0x20 >;
42*12963e79SBALATON Zoltan			d-cache-size = < 0x800 >;
43*12963e79SBALATON Zoltan			device_type = "cpu";
44*12963e79SBALATON Zoltan			i-cache-baseaddr = < 0x50000000 >;
45*12963e79SBALATON Zoltan			i-cache-highaddr = < 0x5fffffff >;
46*12963e79SBALATON Zoltan			i-cache-line-size = < 0x20 >;
47*12963e79SBALATON Zoltan			i-cache-size = < 0x800 >;
48*12963e79SBALATON Zoltan			model = "microblaze,8.10.a";
49*12963e79SBALATON Zoltan			reg = < 0x00 >;
50*12963e79SBALATON Zoltan			timebase-frequency = < 0xbebc200 >;
51*12963e79SBALATON Zoltan			xlnx,addr-tag-bits = < 0x11 >;
52*12963e79SBALATON Zoltan			xlnx,allow-dcache-wr = < 0x01 >;
53*12963e79SBALATON Zoltan			xlnx,allow-icache-wr = < 0x01 >;
54*12963e79SBALATON Zoltan			xlnx,area-optimized = < 0x00 >;
55*12963e79SBALATON Zoltan			xlnx,branch-target-cache-size = < 0x00 >;
56*12963e79SBALATON Zoltan			xlnx,cache-byte-size = < 0x800 >;
57*12963e79SBALATON Zoltan			xlnx,d-axi = < 0x01 >;
58*12963e79SBALATON Zoltan			xlnx,d-lmb = < 0x01 >;
59*12963e79SBALATON Zoltan			xlnx,d-plb = < 0x00 >;
60*12963e79SBALATON Zoltan			xlnx,data-size = < 0x20 >;
61*12963e79SBALATON Zoltan			xlnx,dcache-addr-tag = < 0x11 >;
62*12963e79SBALATON Zoltan			xlnx,dcache-always-used = < 0x01 >;
63*12963e79SBALATON Zoltan			xlnx,dcache-byte-size = < 0x800 >;
64*12963e79SBALATON Zoltan			xlnx,dcache-data-width = < 0x00 >;
65*12963e79SBALATON Zoltan			xlnx,dcache-force-tag-lutram = < 0x00 >;
66*12963e79SBALATON Zoltan			xlnx,dcache-interface = < 0x01 >;
67*12963e79SBALATON Zoltan			xlnx,dcache-line-len = < 0x08 >;
68*12963e79SBALATON Zoltan			xlnx,dcache-use-fsl = < 0x00 >;
69*12963e79SBALATON Zoltan			xlnx,dcache-use-writeback = < 0x01 >;
70*12963e79SBALATON Zoltan			xlnx,dcache-victims = < 0x00 >;
71*12963e79SBALATON Zoltan			xlnx,debug-enabled = < 0x01 >;
72*12963e79SBALATON Zoltan			xlnx,div-zero-exception = < 0x01 >;
73*12963e79SBALATON Zoltan			xlnx,dynamic-bus-sizing = < 0x01 >;
74*12963e79SBALATON Zoltan			xlnx,ecc-use-ce-exception = < 0x00 >;
75*12963e79SBALATON Zoltan			xlnx,edge-is-positive = < 0x01 >;
76*12963e79SBALATON Zoltan			xlnx,endianness = < 0x01 >;
77*12963e79SBALATON Zoltan			xlnx,family = "virtex6";
78*12963e79SBALATON Zoltan			xlnx,fault-tolerant = < 0x00 >;
79*12963e79SBALATON Zoltan			xlnx,fpu-exception = < 0x01 >;
80*12963e79SBALATON Zoltan			xlnx,freq = < 0xbebc200 >;
81*12963e79SBALATON Zoltan			xlnx,fsl-data-size = < 0x20 >;
82*12963e79SBALATON Zoltan			xlnx,fsl-exception = < 0x00 >;
83*12963e79SBALATON Zoltan			xlnx,fsl-links = < 0x00 >;
84*12963e79SBALATON Zoltan			xlnx,i-axi = < 0x01 >;
85*12963e79SBALATON Zoltan			xlnx,i-lmb = < 0x01 >;
86*12963e79SBALATON Zoltan			xlnx,i-plb = < 0x00 >;
87*12963e79SBALATON Zoltan			xlnx,icache-always-used = < 0x01 >;
88*12963e79SBALATON Zoltan			xlnx,icache-data-width = < 0x00 >;
89*12963e79SBALATON Zoltan			xlnx,icache-force-tag-lutram = < 0x00 >;
90*12963e79SBALATON Zoltan			xlnx,icache-interface = < 0x00 >;
91*12963e79SBALATON Zoltan			xlnx,icache-line-len = < 0x08 >;
92*12963e79SBALATON Zoltan			xlnx,icache-streams = < 0x00 >;
93*12963e79SBALATON Zoltan			xlnx,icache-use-fsl = < 0x00 >;
94*12963e79SBALATON Zoltan			xlnx,icache-victims = < 0x00 >;
95*12963e79SBALATON Zoltan			xlnx,ill-opcode-exception = < 0x01 >;
96*12963e79SBALATON Zoltan			xlnx,instance = "microblaze_0";
97*12963e79SBALATON Zoltan			xlnx,interconnect = < 0x02 >;
98*12963e79SBALATON Zoltan			xlnx,interrupt-is-edge = < 0x00 >;
99*12963e79SBALATON Zoltan			xlnx,mmu-dtlb-size = < 0x04 >;
100*12963e79SBALATON Zoltan			xlnx,mmu-itlb-size = < 0x02 >;
101*12963e79SBALATON Zoltan			xlnx,mmu-privileged-instr = < 0x00 >;
102*12963e79SBALATON Zoltan			xlnx,mmu-tlb-access = < 0x03 >;
103*12963e79SBALATON Zoltan			xlnx,mmu-zones = < 0x02 >;
104*12963e79SBALATON Zoltan			xlnx,number-of-pc-brk = < 0x01 >;
105*12963e79SBALATON Zoltan			xlnx,number-of-rd-addr-brk = < 0x00 >;
106*12963e79SBALATON Zoltan			xlnx,number-of-wr-addr-brk = < 0x00 >;
107*12963e79SBALATON Zoltan			xlnx,opcode-0x0-illegal = < 0x01 >;
108*12963e79SBALATON Zoltan			xlnx,optimization = < 0x00 >;
109*12963e79SBALATON Zoltan			xlnx,pvr = < 0x02 >;
110*12963e79SBALATON Zoltan			xlnx,pvr-user1 = < 0x00 >;
111*12963e79SBALATON Zoltan			xlnx,pvr-user2 = < 0x00 >;
112*12963e79SBALATON Zoltan			xlnx,reset-msr = < 0x00 >;
113*12963e79SBALATON Zoltan			xlnx,sco = < 0x00 >;
114*12963e79SBALATON Zoltan			xlnx,stream-interconnect = < 0x00 >;
115*12963e79SBALATON Zoltan			xlnx,unaligned-exceptions = < 0x01 >;
116*12963e79SBALATON Zoltan			xlnx,use-barrel = < 0x01 >;
117*12963e79SBALATON Zoltan			xlnx,use-branch-target-cache = < 0x00 >;
118*12963e79SBALATON Zoltan			xlnx,use-dcache = < 0x01 >;
119*12963e79SBALATON Zoltan			xlnx,use-div = < 0x01 >;
120*12963e79SBALATON Zoltan			xlnx,use-ext-brk = < 0x01 >;
121*12963e79SBALATON Zoltan			xlnx,use-ext-nm-brk = < 0x01 >;
122*12963e79SBALATON Zoltan			xlnx,use-extended-fsl-instr = < 0x00 >;
123*12963e79SBALATON Zoltan			xlnx,use-fpu = < 0x01 >;
124*12963e79SBALATON Zoltan			xlnx,use-hw-mul = < 0x02 >;
125*12963e79SBALATON Zoltan			xlnx,use-icache = < 0x01 >;
126*12963e79SBALATON Zoltan			xlnx,use-interrupt = < 0x01 >;
127*12963e79SBALATON Zoltan			xlnx,use-mmu = < 0x03 >;
128*12963e79SBALATON Zoltan			xlnx,use-msr-instr = < 0x01 >;
129*12963e79SBALATON Zoltan			xlnx,use-pcmp-instr = < 0x01 >;
130*12963e79SBALATON Zoltan			xlnx,use-stack-protection = < 0x00 >;
131*12963e79SBALATON Zoltan		};
132*12963e79SBALATON Zoltan	};
133*12963e79SBALATON Zoltan
134*12963e79SBALATON Zoltan	axi {
135*12963e79SBALATON Zoltan		#address-cells = < 0x01 >;
136*12963e79SBALATON Zoltan		#size-cells = < 0x01 >;
137*12963e79SBALATON Zoltan		compatible = "xlnx,axi-interconnect-1.02.a\0simple-bus";
138*12963e79SBALATON Zoltan		ranges;
139*12963e79SBALATON Zoltan
140*12963e79SBALATON Zoltan		axi-ethernet@82780000 {
141*12963e79SBALATON Zoltan			axistream-connected = < &axi_dma >;
142*12963e79SBALATON Zoltan			compatible = "xlnx,axi-ethernet-2.01.a\0xlnx,axi-ethernet-1.00.a";
143*12963e79SBALATON Zoltan			device_type = "network";
144*12963e79SBALATON Zoltan			interrupt-parent = < &intc >;
145*12963e79SBALATON Zoltan			interrupts = < 0x03 0x02 >;
146*12963e79SBALATON Zoltan			local-mac-address = [ 00 0a 35 00 22 01 ];
147*12963e79SBALATON Zoltan			phy-handle = < &phy7 >;
148*12963e79SBALATON Zoltan			reg = < 0x82780000 0x40000 >;
149*12963e79SBALATON Zoltan			xlnx,avb = < 0x00 >;
150*12963e79SBALATON Zoltan			xlnx,halfdup = < 0x00 >;
151*12963e79SBALATON Zoltan			xlnx,include-io = < 0x01 >;
152*12963e79SBALATON Zoltan			xlnx,mcast-extend = < 0x00 >;
153*12963e79SBALATON Zoltan			xlnx,phy-type = < 0x01 >;
154*12963e79SBALATON Zoltan			xlnx,phyaddr = "0B00001";
155*12963e79SBALATON Zoltan			xlnx,rxcsum = < 0x00 >;
156*12963e79SBALATON Zoltan			xlnx,rxmem = < 0x1000 >;
157*12963e79SBALATON Zoltan			xlnx,rxvlan-strp = < 0x00 >;
158*12963e79SBALATON Zoltan			xlnx,rxvlan-tag = < 0x00 >;
159*12963e79SBALATON Zoltan			xlnx,rxvlan-tran = < 0x00 >;
160*12963e79SBALATON Zoltan			xlnx,stats = < 0x00 >;
161*12963e79SBALATON Zoltan			xlnx,txcsum = < 0x00 >;
162*12963e79SBALATON Zoltan			xlnx,txmem = < 0x1000 >;
163*12963e79SBALATON Zoltan			xlnx,txvlan-strp = < 0x00 >;
164*12963e79SBALATON Zoltan			xlnx,txvlan-tag = < 0x00 >;
165*12963e79SBALATON Zoltan			xlnx,txvlan-tran = < 0x00 >;
166*12963e79SBALATON Zoltan			xlnx,type = < 0x02 >;
167*12963e79SBALATON Zoltan
168*12963e79SBALATON Zoltan			mdio {
169*12963e79SBALATON Zoltan				#address-cells = < 0x01 >;
170*12963e79SBALATON Zoltan				#size-cells = < 0x00 >;
171*12963e79SBALATON Zoltan
172*12963e79SBALATON Zoltan				phy7: phy@7 {
173*12963e79SBALATON Zoltan					compatible = "marvell,88e1111";
174*12963e79SBALATON Zoltan					device_type = "ethernet-phy";
175*12963e79SBALATON Zoltan					reg = < 0x07 >;
176*12963e79SBALATON Zoltan				};
177*12963e79SBALATON Zoltan			};
178*12963e79SBALATON Zoltan		};
179*12963e79SBALATON Zoltan
180*12963e79SBALATON Zoltan		axi_dma: axi-dma@84600000 {
181*12963e79SBALATON Zoltan			compatible = "xlnx,axi-dma-3.00.a";
182*12963e79SBALATON Zoltan			interrupt-parent = < &intc >;
183*12963e79SBALATON Zoltan			interrupts = < 0x01 0x02 0x00 0x02 >;
184*12963e79SBALATON Zoltan			reg = < 0x84600000 0x10000 >;
185*12963e79SBALATON Zoltan			xlnx,dlytmr-resolution = < 0x4e2 >;
186*12963e79SBALATON Zoltan			xlnx,family = "virtex6";
187*12963e79SBALATON Zoltan			xlnx,include-mm2s = < 0x01 >;
188*12963e79SBALATON Zoltan			xlnx,include-mm2s-dre = < 0x01 >;
189*12963e79SBALATON Zoltan			xlnx,include-s2mm = < 0x01 >;
190*12963e79SBALATON Zoltan			xlnx,include-s2mm-dre = < 0x01 >;
191*12963e79SBALATON Zoltan			xlnx,mm2s-burst-size = < 0x10 >;
192*12963e79SBALATON Zoltan			xlnx,prmry-is-aclk-async = < 0x00 >;
193*12963e79SBALATON Zoltan			xlnx,s2mm-burst-size = < 0x10 >;
194*12963e79SBALATON Zoltan			xlnx,sg-include-desc-queue = < 0x01 >;
195*12963e79SBALATON Zoltan			xlnx,sg-include-stscntrl-strm = < 0x01 >;
196*12963e79SBALATON Zoltan			xlnx,sg-length-width = < 0x10 >;
197*12963e79SBALATON Zoltan			xlnx,sg-use-stsapp-length = < 0x01 >;
198*12963e79SBALATON Zoltan		};
199*12963e79SBALATON Zoltan
200*12963e79SBALATON Zoltan		serial@83e00000 {
201*12963e79SBALATON Zoltan			clock-frequency = < 0x5f5e100 >;
202*12963e79SBALATON Zoltan			compatible = "xlnx,axi-uart16550-1.01.a\0xlnx,xps-uart16550-2.00.a\0ns16550a";
203*12963e79SBALATON Zoltan			current-speed = < 0x2580 >;
204*12963e79SBALATON Zoltan			device_type = "serial";
205*12963e79SBALATON Zoltan			interrupt-parent = < &intc >;
206*12963e79SBALATON Zoltan			interrupts = < 0x05 0x02 >;
207*12963e79SBALATON Zoltan			reg = < 0x83e00000 0x10000 >;
208*12963e79SBALATON Zoltan			reg-offset = < 0x1000 >;
209*12963e79SBALATON Zoltan			reg-shift = < 0x02 >;
210*12963e79SBALATON Zoltan			xlnx,external-xin-clk-hz = < 0x17d7840 >;
211*12963e79SBALATON Zoltan			xlnx,family = "virtex6";
212*12963e79SBALATON Zoltan			xlnx,has-external-rclk = < 0x00 >;
213*12963e79SBALATON Zoltan			xlnx,has-external-xin = < 0x00 >;
214*12963e79SBALATON Zoltan			xlnx,is-a-16550 = < 0x01 >;
215*12963e79SBALATON Zoltan			xlnx,use-modem-ports = < 0x00 >;
216*12963e79SBALATON Zoltan			xlnx,use-user-ports = < 0x00 >;
217*12963e79SBALATON Zoltan		};
218*12963e79SBALATON Zoltan
219*12963e79SBALATON Zoltan		system-timer@83c00000 {
220*12963e79SBALATON Zoltan			clock-frequency = < 0x5f5e100 >;
221*12963e79SBALATON Zoltan			compatible = "xlnx,axi-timer-1.01.a\0xlnx,xps-timer-1.00.a";
222*12963e79SBALATON Zoltan			interrupt-parent = < &intc >;
223*12963e79SBALATON Zoltan			interrupts = < 0x02 0x00 >;
224*12963e79SBALATON Zoltan			reg = < 0x83c00000 0x10000 >;
225*12963e79SBALATON Zoltan			xlnx,count-width = < 0x20 >;
226*12963e79SBALATON Zoltan			xlnx,family = "virtex6";
227*12963e79SBALATON Zoltan			xlnx,gen0-assert = < 0x01 >;
228*12963e79SBALATON Zoltan			xlnx,gen1-assert = < 0x01 >;
229*12963e79SBALATON Zoltan			xlnx,one-timer-only = < 0x00 >;
230*12963e79SBALATON Zoltan			xlnx,trig0-assert = < 0x01 >;
231*12963e79SBALATON Zoltan			xlnx,trig1-assert = < 0x01 >;
232*12963e79SBALATON Zoltan		};
233*12963e79SBALATON Zoltan
234*12963e79SBALATON Zoltan		intc: interrupt-controller@81800000 {
235*12963e79SBALATON Zoltan			#interrupt-cells = < 0x02 >;
236*12963e79SBALATON Zoltan			compatible = "xlnx,axi-intc-1.01.a\0xlnx,xps-intc-1.00.a";
237*12963e79SBALATON Zoltan			interrupt-controller;
238*12963e79SBALATON Zoltan			reg = < 0x81800000 0x10000 >;
239*12963e79SBALATON Zoltan			xlnx,kind-of-intr = < 0x04 >;
240*12963e79SBALATON Zoltan			xlnx,num-intr-inputs = < 0x06 >;
241*12963e79SBALATON Zoltan		};
242*12963e79SBALATON Zoltan
243*12963e79SBALATON Zoltan		flash@86000000 {
244*12963e79SBALATON Zoltan			#address-cells = < 0x01 >;
245*12963e79SBALATON Zoltan			#size-cells = < 0x01 >;
246*12963e79SBALATON Zoltan			bank-width = < 0x02 >;
247*12963e79SBALATON Zoltan			compatible = "xlnx,axi-emc-1.01.a\0cfi-flash";
248*12963e79SBALATON Zoltan			reg = < 0x86000000 0x2000000 >;
249*12963e79SBALATON Zoltan			xlnx,axi-clk-period-ps = < 0x2710 >;
250*12963e79SBALATON Zoltan			xlnx,family = "virtex6";
251*12963e79SBALATON Zoltan			xlnx,include-datawidth-matching-0 = < 0x01 >;
252*12963e79SBALATON Zoltan			xlnx,include-datawidth-matching-1 = < 0x00 >;
253*12963e79SBALATON Zoltan			xlnx,include-datawidth-matching-2 = < 0x00 >;
254*12963e79SBALATON Zoltan			xlnx,include-datawidth-matching-3 = < 0x00 >;
255*12963e79SBALATON Zoltan			xlnx,include-negedge-ioregs = < 0x00 >;
256*12963e79SBALATON Zoltan			xlnx,max-mem-width = < 0x10 >;
257*12963e79SBALATON Zoltan			xlnx,mem0-type = < 0x02 >;
258*12963e79SBALATON Zoltan			xlnx,mem0-width = < 0x10 >;
259*12963e79SBALATON Zoltan			xlnx,mem1-type = < 0x00 >;
260*12963e79SBALATON Zoltan			xlnx,mem1-width = < 0x20 >;
261*12963e79SBALATON Zoltan			xlnx,mem2-type = < 0x00 >;
262*12963e79SBALATON Zoltan			xlnx,mem2-width = < 0x20 >;
263*12963e79SBALATON Zoltan			xlnx,mem3-type = < 0x00 >;
264*12963e79SBALATON Zoltan			xlnx,mem3-width = < 0x20 >;
265*12963e79SBALATON Zoltan			xlnx,num-banks-mem = < 0x01 >;
266*12963e79SBALATON Zoltan			xlnx,parity-type-mem-0 = < 0x00 >;
267*12963e79SBALATON Zoltan			xlnx,parity-type-mem-1 = < 0x00 >;
268*12963e79SBALATON Zoltan			xlnx,parity-type-mem-2 = < 0x00 >;
269*12963e79SBALATON Zoltan			xlnx,parity-type-mem-3 = < 0x00 >;
270*12963e79SBALATON Zoltan			xlnx,s-axi-en-reg = < 0x00 >;
271*12963e79SBALATON Zoltan			xlnx,s-axi-mem-addr-width = < 0x20 >;
272*12963e79SBALATON Zoltan			xlnx,s-axi-mem-data-width = < 0x20 >;
273*12963e79SBALATON Zoltan			xlnx,s-axi-mem-id-width = < 0x01 >;
274*12963e79SBALATON Zoltan			xlnx,s-axi-mem-protocol = "AXI4LITE";
275*12963e79SBALATON Zoltan			xlnx,s-axi-reg-addr-width = < 0x20 >;
276*12963e79SBALATON Zoltan			xlnx,s-axi-reg-data-width = < 0x20 >;
277*12963e79SBALATON Zoltan			xlnx,s-axi-reg-protocol = "axi4";
278*12963e79SBALATON Zoltan			xlnx,synch-pipedelay-0 = < 0x02 >;
279*12963e79SBALATON Zoltan			xlnx,synch-pipedelay-1 = < 0x02 >;
280*12963e79SBALATON Zoltan			xlnx,synch-pipedelay-2 = < 0x02 >;
281*12963e79SBALATON Zoltan			xlnx,synch-pipedelay-3 = < 0x02 >;
282*12963e79SBALATON Zoltan			xlnx,tavdv-ps-mem-0 = < 0x1fbd0 >;
283*12963e79SBALATON Zoltan			xlnx,tavdv-ps-mem-1 = < 0x3a98 >;
284*12963e79SBALATON Zoltan			xlnx,tavdv-ps-mem-2 = < 0x3a98 >;
285*12963e79SBALATON Zoltan			xlnx,tavdv-ps-mem-3 = < 0x3a98 >;
286*12963e79SBALATON Zoltan			xlnx,tcedv-ps-mem-0 = < 0x1fbd0 >;
287*12963e79SBALATON Zoltan			xlnx,tcedv-ps-mem-1 = < 0x3a98 >;
288*12963e79SBALATON Zoltan			xlnx,tcedv-ps-mem-2 = < 0x3a98 >;
289*12963e79SBALATON Zoltan			xlnx,tcedv-ps-mem-3 = < 0x3a98 >;
290*12963e79SBALATON Zoltan			xlnx,thzce-ps-mem-0 = < 0x88b8 >;
291*12963e79SBALATON Zoltan			xlnx,thzce-ps-mem-1 = < 0x1b58 >;
292*12963e79SBALATON Zoltan			xlnx,thzce-ps-mem-2 = < 0x1b58 >;
293*12963e79SBALATON Zoltan			xlnx,thzce-ps-mem-3 = < 0x1b58 >;
294*12963e79SBALATON Zoltan			xlnx,thzoe-ps-mem-0 = < 0x1b58 >;
295*12963e79SBALATON Zoltan			xlnx,thzoe-ps-mem-1 = < 0x1b58 >;
296*12963e79SBALATON Zoltan			xlnx,thzoe-ps-mem-2 = < 0x1b58 >;
297*12963e79SBALATON Zoltan			xlnx,thzoe-ps-mem-3 = < 0x1b58 >;
298*12963e79SBALATON Zoltan			xlnx,tlzwe-ps-mem-0 = < 0x88b8 >;
299*12963e79SBALATON Zoltan			xlnx,tlzwe-ps-mem-1 = < 0x00 >;
300*12963e79SBALATON Zoltan			xlnx,tlzwe-ps-mem-2 = < 0x00 >;
301*12963e79SBALATON Zoltan			xlnx,tlzwe-ps-mem-3 = < 0x00 >;
302*12963e79SBALATON Zoltan			xlnx,tpacc-ps-flash-0 = < 0x61a8 >;
303*12963e79SBALATON Zoltan			xlnx,tpacc-ps-flash-1 = < 0x61a8 >;
304*12963e79SBALATON Zoltan			xlnx,tpacc-ps-flash-2 = < 0x61a8 >;
305*12963e79SBALATON Zoltan			xlnx,tpacc-ps-flash-3 = < 0x61a8 >;
306*12963e79SBALATON Zoltan			xlnx,twc-ps-mem-0 = < 0x32c8 >;
307*12963e79SBALATON Zoltan			xlnx,twc-ps-mem-1 = < 0x3a98 >;
308*12963e79SBALATON Zoltan			xlnx,twc-ps-mem-2 = < 0x3a98 >;
309*12963e79SBALATON Zoltan			xlnx,twc-ps-mem-3 = < 0x3a98 >;
310*12963e79SBALATON Zoltan			xlnx,twp-ps-mem-0 = < 0x11170 >;
311*12963e79SBALATON Zoltan			xlnx,twp-ps-mem-1 = < 0x2ee0 >;
312*12963e79SBALATON Zoltan			xlnx,twp-ps-mem-2 = < 0x2ee0 >;
313*12963e79SBALATON Zoltan			xlnx,twp-ps-mem-3 = < 0x2ee0 >;
314*12963e79SBALATON Zoltan			xlnx,twph-ps-mem-0 = < 0x2ee0 >;
315*12963e79SBALATON Zoltan			xlnx,twph-ps-mem-1 = < 0x2ee0 >;
316*12963e79SBALATON Zoltan			xlnx,twph-ps-mem-2 = < 0x2ee0 >;
317*12963e79SBALATON Zoltan			xlnx,twph-ps-mem-3 = < 0x2ee0 >;
318*12963e79SBALATON Zoltan
319*12963e79SBALATON Zoltan			partition@0 {
320*12963e79SBALATON Zoltan				label = "fpga";
321*12963e79SBALATON Zoltan				reg = < 0x00 0x100000 >;
322*12963e79SBALATON Zoltan			};
323*12963e79SBALATON Zoltan
324*12963e79SBALATON Zoltan			partition@100000 {
325*12963e79SBALATON Zoltan				label = "boot";
326*12963e79SBALATON Zoltan				reg = < 0x100000 0x40000 >;
327*12963e79SBALATON Zoltan			};
328*12963e79SBALATON Zoltan
329*12963e79SBALATON Zoltan			partition@140000 {
330*12963e79SBALATON Zoltan				label = "bootenv";
331*12963e79SBALATON Zoltan				reg = < 0x140000 0x20000 >;
332*12963e79SBALATON Zoltan			};
333*12963e79SBALATON Zoltan
334*12963e79SBALATON Zoltan			partition@160000 {
335*12963e79SBALATON Zoltan				label = "config";
336*12963e79SBALATON Zoltan				reg = < 0x160000 0x20000 >;
337*12963e79SBALATON Zoltan			};
338*12963e79SBALATON Zoltan
339*12963e79SBALATON Zoltan			partition@180000 {
340*12963e79SBALATON Zoltan				label = "image";
341*12963e79SBALATON Zoltan				reg = < 0x180000 0xa00000 >;
342*12963e79SBALATON Zoltan			};
343*12963e79SBALATON Zoltan
344*12963e79SBALATON Zoltan			partition@b80000 {
345*12963e79SBALATON Zoltan				label = "spare";
346*12963e79SBALATON Zoltan				reg = < 0xb80000 0x00 >;
347*12963e79SBALATON Zoltan			};
348*12963e79SBALATON Zoltan		};
349*12963e79SBALATON Zoltan	};
350*12963e79SBALATON Zoltan};
351