File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
arch/arm/boot/dts/microchip Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 369
369
spi-tx-bus-width = <4>;
370
370
spi-rx-bus-width = <4>;
371
371
m25p,fast-read;
372
+ label = "at91-qspi";
373
+
374
+ partitions {
375
+ compatible = "fixed-partitions";
376
+ #address-cells = <1>;
377
+ #size-cells = <1>;
378
+
379
+ at91bootstrap@0 {
380
+ label = "qspi1: at91bootstrap";
381
+ reg = <0x0 0x40000>;
382
+ };
383
+
384
+ bootloader@40000 {
385
+ label = "qspi1: u-boot";
386
+ reg = <0x40000 0x100000>;
387
+ };
388
+
389
+ bootloaderenv@140000 {
390
+ label = "qspi1: u-boot env";
391
+ reg = <0x140000 0x40000>;
392
+ };
393
+
394
+ dtb@180000 {
395
+ label = "qspi1: device tree";
396
+ reg = <0x180000 0x80000>;
397
+ };
398
+
399
+ kernel@200000 {
400
+ label = "qspi1: kernel";
401
+ reg = <0x200000 0x600000>;
402
+ };
403
+ };
372
404
};
373
405
};
374
406
You can’t perform that action at this time.
0 commit comments